diff options
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/form.css b/static/form.css index 859ba25..b82240e 100644 --- a/static/form.css +++ b/static/form.css @@ -119,6 +119,9 @@ form:not(.nopanel) { &:not(:last-child) { border-bottom: var(--border); } + &:has(button.material-symbols) { + grid-template-columns: 1fr calc(16em - 24px - var(--spacing-double)) 24px; + } @media (width < 600px) { grid-template-columns: 1fr; grid-auto-flow: row; |
