Skip to content

Commit cae6695

Browse files
committed
Teach Prince and Firefox what to do with <wbr> tags.
Firefox still doesn't get them 100%.
1 parent 8760101 commit cae6695

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ pre {
8383
margin-bottom: .5em;
8484
}
8585

86+
* /deep/ wbr::after {
87+
white-space: normal;
88+
content: '\200B';
89+
}
8690
* /deep/ code {
8791
/* Make inline code avoid line wraps unless we override it with <wbr>. */
8892
white-space: nowrap;

0 commit comments

Comments
 (0)