Skip to content

Commit

Permalink
fix: Update padding and font size for CodeBlock (#16954)
Browse files Browse the repository at this point in the history
* fix: Update padding and font size for CodeBlock

* use var instead of static value
  • Loading branch information
przemvs authored Feb 29, 2024
1 parent 16f2977 commit ed58458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/content/conversation/message-quote.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
pre {
overflow: auto;
max-width: var(--conversation-message-asset-width);
padding: 16px;
padding: 12px;
border-radius: 12px;
background: var(--foreground-fade-8);
font-size: var(--font-size-small);
margin-block: 4px;
text-overflow: unset;
}
Expand Down

0 comments on commit ed58458

Please sign in to comment.