mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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-control,
|
||||||
.form-select {
|
.form-select {
|
||||||
line-height: 1;
|
|
||||||
// the unprefixed version wasn't added until Chrome 81
|
// the unprefixed version wasn't added until Chrome 81
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue