diff --git a/frontend/src/assets/style.css b/frontend/src/assets/style.css index 543d291..39b17f8 100644 --- a/frontend/src/assets/style.css +++ b/frontend/src/assets/style.css @@ -196,13 +196,12 @@ a:focus-visible { .button-row { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; gap: 0.75rem; justify-content: flex-start; } .button-row button { - flex: 1; min-width: 0; }