Skip to content

Commit fb37e25

Browse files
committed
fix overflow command button
1 parent 9c11675 commit fb37e25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: _sass/color_schemes/eeglab.scss

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ details {
2121
display: block;
2222
font-size: 13px;
2323
line-height: 1.467;
24+
overflow-x: auto;
25+
white-space: pre-wrap;
26+
white-space: -moz-pre-wrap;
27+
white-space: -pre-wrap;
28+
white-space: -o-pre-wrap;
2429
word-break: break-all;
2530
word-wrap: break-word;
2631
}

0 commit comments

Comments
 (0)