Skip to content

Commit 8904b2c

Browse files
committed
implement support for nobreak and nowrap utility roles
1 parent 0093a8c commit 8904b2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/doc.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,3 +877,12 @@
877877
font-weight: var(--body-font-weight-bold);
878878
line-height: calc(1 / 1.1);
879879
}
880+
881+
.doc .nowrap {
882+
white-space: nowrap;
883+
}
884+
885+
.doc .nobreak {
886+
hyphens: none;
887+
word-wrap: normal;
888+
}

0 commit comments

Comments
 (0)