mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
[A11y] Widget: make inputs min-height instead of fixed height (#5216)
This commit is contained in:
committed by
GitHub
parent
23489f50f8
commit
dfb45e13ca
@@ -113,7 +113,7 @@
|
||||
line-height: normal;
|
||||
border: 1px solid $input-border;
|
||||
border-radius: $input-border-radius;
|
||||
height: $input-height-base;
|
||||
min-height: $input-height-base;
|
||||
padding: $padding-base-vertical $padding-base-horizontal;
|
||||
color: $input-color;
|
||||
background-color: $input-bg;
|
||||
|
||||
Reference in New Issue
Block a user