diff --git a/frontend/src/styles.css b/frontend/src/styles.css index e8ae963..e959c55 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -384,11 +384,11 @@ a:hover { text-decoration: underline; } display: flex; flex-direction: column; align-items: center; - height: 100%; padding: 4px 0; position: relative; + max-width: 100%; } -.ribbon-group-btns { display: flex; align-items: center; gap: 2px; flex: 1; } +.ribbon-group-btns { display: flex; align-items: center; gap: 2px; flex: 1; flex-wrap: wrap; justify-content: center; } .ribbon-group-label { font-size: 11px; color: var(--color-text-muted); @@ -3086,9 +3086,9 @@ body.drawer-open { overflow: hidden; } /* ─── CAD-10: Zeichnen-Tab V2-Buttons ─── */ .ribbon-draw-content { display: flex; - flex-wrap: wrap; - gap: 4px; - padding: 4px 0; + flex-direction: column; + gap: 2px; + padding: 2px 0; width: 100%; } .ribbon-v2-btn {