Fixes height of taginput container
This commit is contained in:
parent
cf7b10eff3
commit
07c711b587
|
@ -652,7 +652,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.taginput-container {
|
.taginput-container {
|
||||||
height: 32px !important;
|
min-height: 32px !important;
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
margin-bottom: calc(0.275em - 1px) !important;
|
margin-bottom: calc(0.275em - 1px) !important;
|
||||||
|
|
Loading…
Reference in New Issue