fix(BUG-032): force flex display on code-section in mobile media query
This commit is contained in:
parent
16187c0ecb
commit
8454330a0b
1 changed files with 3 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ html, body {
|
|||
.code-section {
|
||||
max-width: calc(100vw - 32px) !important;
|
||||
overflow: hidden !important;
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
white-space: normal !important;
|
||||
}
|
||||
.code-block {
|
||||
overflow-x: hidden !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue