Skip to content

Commit 9bc01dc

Browse files
committed
Fix responsive design for code snippets
1 parent 4b7d292 commit 9bc01dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/web/app/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161

6262
// Responsive design
6363
@media (max-width: 768px) {
64+
pre code.hljs {
65+
white-space: inherit !important;
66+
}
67+
6468
.event {
6569
padding: 15px;
6670
}

0 commit comments

Comments
 (0)