We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0578cb5 commit 3a3c5b0Copy full SHA for 3a3c5b0
src/scss/blog_basic.scss
@@ -230,8 +230,6 @@ pre {
230
font-size: 15px;
231
background-color: var(--secondary-950) !important;
232
font-family: var(--mono-font-face) !important;
233
- text-wrap: wrap;
234
- overflow-wrap: anywhere;
235
color: var(--primary-700) !important;
236
}
237
src/scss/raw-components/nav.scss
@@ -20,6 +20,7 @@
20
font-size: 14px;
21
max-width: 360px;
22
overflow-x: auto;
23
+ overflow-y: hidden;
24
25
li {
26
position: relative;
0 commit comments