mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
remove explicit line-height
It was causing text in dropdowns to be slightly truncated (eg "Tag Only")
This commit is contained in:
parent
ecfa01072b
commit
f92bf490ab
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ $tooltip-max-width: 300px;
|
|||
|
||||
.form-control,
|
||||
.form-select {
|
||||
line-height: 1;
|
||||
// the unprefixed version wasn't added until Chrome 81
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue