Fix padding in compositor for RTL langauges

This commit is contained in:
sha-265 2023-05-10 21:17:10 +03:00 committed by GitHub
parent 92cfe83874
commit daaaebff38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
.module-composition-input {
&__quill {
height: 100%;
padding-inline-start: 12px;
padding-inline: 12px;
.ql-editor {
caret-color: transparent;