1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +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 {
background-color: white;
}
div :global(> div) {
width: auto !important;
}
div :global(.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after) {
display: none;
}