fix: fix tags dropdown width and tags container height

This commit is contained in:
Antonella Sgarlatta
2021-05-31 19:26:26 -03:00
parent 6d1f6c6f24
commit 31fbf2ce35
3 changed files with 29 additions and 10 deletions

View File

@@ -180,6 +180,10 @@
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-7 {
height: 1.75rem;
}
@@ -240,6 +244,10 @@
transition-property: height;
}
.w-80 {
width: 20rem;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.