Skip to content

Commit

Permalink
Fix padding in compositor for RTL langauges
Browse files Browse the repository at this point in the history
  • Loading branch information
sha-265 authored May 10, 2023
1 parent 92cfe83 commit daaaebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/components/CompositionInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.module-composition-input {
&__quill {
height: 100%;
padding-inline-start: 12px;
padding-inline: 12px;

.ql-editor {
caret-color: transparent;
Expand Down

0 comments on commit daaaebf

Please sign in to comment.