fix(client): code blocks overflowing parents (#41438)
This commit is contained in:
@ -388,6 +388,7 @@ code {
|
||||
color: var(--tertiary-color);
|
||||
border-radius: 0px;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.panel {
|
||||
|
@ -7,6 +7,10 @@ pre[class*='language-'] {
|
||||
background: var(--primary-background);
|
||||
}
|
||||
|
||||
pre[class*='language'] code[class*='language-'] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
* {
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
@ -37,6 +37,7 @@
|
||||
.video-quiz-options > label {
|
||||
margin: 0;
|
||||
align-items: center;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.video-quiz-option-label {
|
||||
|
Reference in New Issue
Block a user