Skip to content

Commit

Permalink
fix(rich-text-editor): text alignment (#18533)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich authored Dec 19, 2024
1 parent 1c7d05f commit 0c1003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/content/conversation/input-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@

display: grid;
padding-left: var(--input-bar-avatar-spacing);
column-gap: 8px;
grid-template-areas:
'avatar input input'
'avatar buttons buttons';
Expand Down Expand Up @@ -457,6 +456,7 @@
display: flex;
height: 40px;
align-items: center;
padding-left: 8px;
margin-top: auto;
margin-bottom: 0px;
margin-left: auto !important;
Expand Down

0 comments on commit 0c1003c

Please sign in to comment.