Skip to content

Commit

Permalink
fix(InputBar): unify list styling in input bar and message quote comp…
Browse files Browse the repository at this point in the history
…onents (#18627)
  • Loading branch information
olafsulich authored Jan 20, 2025
1 parent b5ed8f3 commit 523220d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/style/content/conversation/input-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
background: var(--foreground-fade-8);
}

ol,
ul {
padding: 0 16px;
margin: 0;
Expand Down
6 changes: 6 additions & 0 deletions src/style/content/conversation/message-quote.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
text-overflow: ellipsis;
}

ol,
ul {
padding: 0 16px;
margin: 0;
}

&--large {
font-size: var(--font-size-xxl);
}
Expand Down

0 comments on commit 523220d

Please sign in to comment.