fix(ui): box-sizing reset + symmetric date fields #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/box-sizing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause: dropping Bootstrap also dropped its global box-sizing:border-box, so width:100% inputs overflowed their containers (search bar + asymmetric Von/Bis). Restores the global reset and makes the range date fields shrink to equal widths (min-width:0, color-scheme:light).