remove explicit line-height

It was causing text in dropdowns to be slightly truncated
(eg "Tag Only")
This commit is contained in:
Damien Elmes 2021-06-17 22:14:20 +10:00 committed by Henrik Giesel
parent ecfa01072b
commit f92bf490ab

View File

@ -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;
}