fix: make sure input is visible when no tags are overflowed

This commit is contained in:
Antonella Sgarlatta
2021-06-02 12:20:39 -03:00
parent 53a55d4bc7
commit 3db87099e0
4 changed files with 67 additions and 35 deletions

View File

@@ -222,6 +222,10 @@
height: 2.5rem;
}
.h-18 {
height: 4.5rem;
}
.max-h-120 {
max-height: 30rem;
}