diff --git a/webui/src/styles/layout.css b/webui/src/styles/layout.css index 276ae6c..21dab43 100644 --- a/webui/src/styles/layout.css +++ b/webui/src/styles/layout.css @@ -94,7 +94,8 @@ padding: 18px 34px 16px; } .workspace-heading .mono-small { margin-top: 8px; } -.panel, .card { background: var(--panel); border: var(--border-line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; } +.panel, .card { background: var(--panel); border: var(--border-line); border-radius: var(--radius); box-shadow: var(--shadow); } +.panel { overflow: hidden; } .card-header { min-height: 56px; padding: 0 24px; border-bottom: var(--border-line); display: flex; align-items: center; background: var(--panel-header); border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); } .card-header h2 { margin: 0; font-size: 16px; color: var(--text-strong); } .card-actions { margin-left: auto; display: flex; gap: 10px; flex-wrap: wrap;}