ComposeForm: load it differently so the SVG icons are already loaded when it expands

This commit is contained in:
Alex Gleason
2021-10-19 12:46:01 -05:00
parent 09f57447c6
commit cd3cf2379b
2 changed files with 24 additions and 21 deletions

View File

@ -89,6 +89,12 @@
min-height: 46px;
border-radius: 5px;
}
.compose-form__buttons-wrapper {
height: 0;
padding: 0;
overflow: hidden;
}
}
&__modifiers {