feat: use panel width event instead of ResizeObserver

This commit is contained in:
Antonella Sgarlatta
2021-05-31 12:59:35 -03:00
parent 7ac5856205
commit b7c2fa0b60
9 changed files with 185 additions and 110 deletions

View File

@@ -61,6 +61,10 @@
margin-right: 0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;