Skip to content

Commit d985737

Browse files
committed
Fix code scrolling
1 parent d875835 commit d985737

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/css/bootstrap.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,7 @@ pre {
994994
margin: 0 0 10px;
995995
font-size: 13px;
996996
line-height: 20px;
997-
word-break: break-all;
998-
word-wrap: break-word;
999997
white-space: pre;
1000-
white-space: pre-wrap;
1001998
background-color: #f5f5f5;
1002999
border: 1px solid #ccc;
10031000
border: 1px solid rgba(0, 0, 0, 0.15);
@@ -1014,7 +1011,6 @@ pre code {
10141011
padding: 0;
10151012
color: inherit;
10161013
white-space: pre;
1017-
white-space: pre-wrap;
10181014
background-color: transparent;
10191015
border: 0;
10201016
}

0 commit comments

Comments
 (0)