Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeb11de

Browse files
committed
fixed code wrapping error on reference pages
1 parent 782d370 commit eeb11de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scss/_pages/_tutorial-index.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,9 @@ div.row {
550550
.eight {
551551
flex: 1 1 75%;
552552
padding-right: $unit*2;
553-
553+
code{
554+
white-space: normal !important;
555+
}
554556
h4 {
555557
font-weight: 100;
556558
font-size: 2rem;
@@ -570,6 +572,7 @@ div.row {
570572
display: inline-block;
571573
margin-bottom: $unit;
572574
}
575+
573576
ul {
574577
margin-left: $unit*2;
575578
padding-left: $unit*2;

0 commit comments

Comments
 (0)