Skip to content

Commit 5ea4f57

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: allow table head and content to wrap
rtd theme prevents table headings and content from wrapping and can cause tables to display to wide. This patch overrides that CSS. Change-Id: I4885b959a0dd075ff4c8edb9cfb4b17a611e6775 Signed-off-by: David B. Kinder <[email protected]>
1 parent b12d8d4 commit 5ea4f57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/static/zephyr-custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
table.hlist {
55
width: 95% !important;
66
}
7+
8+
/* override rtd theme white-space no-wrap in table heading and content */
9+
th,td {
10+
white-space: normal !important;
11+
}

0 commit comments

Comments
 (0)