File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ h2. Changes in 1.1
13
13
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
14
14
* Add .xaml file type [#121, thanks to Kozman Bálint]
15
15
* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner]
16
+ * Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05]
16
17
17
18
h2. Changes in 1.0.9
18
19
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ class Alpha < Style
39
39
color: gray !important;
40
40
text-decoration: none !important;
41
41
}
42
+ .CodeRay .line-numbers pre {
43
+ word-break: normal;
44
+ }
42
45
.CodeRay .line-numbers a:target { color: blue !important; }
43
46
.CodeRay .line-numbers .highlighted { color: red !important; }
44
47
.CodeRay .line-numbers .highlighted a { color: red !important; }
You can’t perform that action at this time.
0 commit comments