diff --git a/styles/agenda/Profile/CurrentList.module.scss b/styles/agenda/Profile/CurrentList.module.scss index d8a06b119..6bdb6953d 100644 --- a/styles/agenda/Profile/CurrentList.module.scss +++ b/styles/agenda/Profile/CurrentList.module.scss @@ -14,6 +14,10 @@ .currentItemWrapper { width: 100%; @media screen and (min-width: 961px) { - max-width: 21rem; + width: 48%; } } + +.currentItemWrapper:first-child:last-child { + width: 100% !important; +} diff --git a/styles/agenda/Profile/HistoryList.module.scss b/styles/agenda/Profile/HistoryList.module.scss index 551130dc1..0e65a2353 100644 --- a/styles/agenda/Profile/HistoryList.module.scss +++ b/styles/agenda/Profile/HistoryList.module.scss @@ -15,7 +15,6 @@ .historyItem { display: flex; width: 100%; - max-width: 21rem; height: auto; flex-direction: column; padding: 1rem; @@ -27,6 +26,13 @@ justify-content: flex-start; align-items: flex-start; gap: 0.5rem; + @media screen and (min-width: 1401px) { + width: 48%; + } +} + +.historyItem:first-child:last-child { + width: 100% !important; } .agendaTitle {