diff --git a/omsorgapp/src/style.css b/omsorgapp/src/style.css index d065439..b520cbc 100644 --- a/omsorgapp/src/style.css +++ b/omsorgapp/src/style.css @@ -705,6 +705,7 @@ button.omsorg-button--danger { display: flex; align-items: center; gap: 14px; + flex-wrap: wrap; } .employees-search { @@ -1015,8 +1016,7 @@ button.omsorg-button--danger { } @media (max-width: 680px) { - .page-heading, - .employees-toolbar { + .page-heading { align-items: stretch; flex-direction: column; }