Skip to content

Commit 960c885

Browse files
committed
don't use not selector
1 parent d7ca4b0 commit 960c885

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/src/css/doc.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,8 +1443,10 @@
14431443
/* Prevent inline code text from wrapping in table cells */
14441444
td .pre,
14451445
td .code,
1446-
td code:not(pre code),
1447-
.tableblock code:not(pre code) {
1446+
td p code,
1447+
td li code,
1448+
.tableblock p code,
1449+
.tableblock li code {
14481450
white-space: nowrap !important;
14491451
}
14501452

0 commit comments

Comments
 (0)