fix: UI improvements with design tokens - theme switching, full width settings, visible buttons, and delete icons
This commit is contained in:
@@ -1363,7 +1363,7 @@
|
||||
}
|
||||
|
||||
.panel-section-content {
|
||||
@apply px-4 py-3 border-t overflow-visible space-y-4;
|
||||
@apply px-4 py-3 border-t overflow-visible space-y-4 w-full;
|
||||
border-color: var(--border-base);
|
||||
background-color: var(--surface-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user