1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Fix long form field width

This commit is contained in:
Andrew Kingston 2021-02-01 18:00:38 +00:00
parent 876ec44d11
commit dbe7e8d4b7

View file

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