Fix long form field width

This commit is contained in:
Andrew Kingston 2021-02-01 18:00:38 +00:00
parent 876ec44d11
commit dbe7e8d4b7
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@
div {
background-color: white;
}
div :global(> div) {
width: auto !important;
}
div :global(.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after) {
display: none;
}