Studio: keep code block scrollbars off one-line code (#6474)
This commit is contained in:
parent
b92123a5f0
commit
08e84b7f7e
1 changed files with 5 additions and 0 deletions
|
|
@ -1684,6 +1684,11 @@
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.aui-thread-root [data-streamdown="code-block-body"] {
|
||||
/* Keep overlay scrollbars below one-line code. */
|
||||
padding-bottom: 0.625rem !important;
|
||||
}
|
||||
|
||||
[data-streamdown="code-block"] {
|
||||
gap: 0.25rem;
|
||||
padding: 0.75rem 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue