styles: add animation for tags expanding/collapsing

This commit is contained in:
Antonella Sgarlatta
2021-05-31 18:12:33 -03:00
parent b5906ecf78
commit bf61444795
2 changed files with 15 additions and 12 deletions

View File

@@ -236,6 +236,10 @@
white-space: nowrap;
}
.transition-height {
transition-property: height;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.