fix(BUG-032): force flex display on code-section in mobile media query

This commit is contained in:
DocFast Bot 2026-02-15 10:46:05 +00:00
parent 16187c0ecb
commit 8454330a0b

View file

@ -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;