File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,8 @@ button::-moz-focus-inner {
79
79
summary {
80
80
cursor : pointer;
81
81
}
82
+
83
+ table {
84
+ border-collapse : collapse;
85
+ word-wrap : normal; /* table widths aren't computed as expected when word-wrap is enabled */
86
+ }
Original file line number Diff line number Diff line change 108
108
margin : 0 ;
109
109
}
110
110
111
- .doc table {
112
- word-wrap : normal; /* don't do arbitrary word breaking */
113
- }
114
-
115
111
.doc a {
116
112
color : var (--link-font-color );
117
113
}
202
198
203
199
.doc table .tableblock {
204
200
background : var (--body-background );
205
- border-collapse : collapse;
206
201
font-size : calc (15 / var (--rem-base ) * 1rem );
207
202
margin : 1.5rem 0 0 ;
208
203
/* enable table-layout: fixed if you want the table width to be enforced strictly */
343
338
}
344
339
345
340
.doc .admonitionblock > table {
346
- border-collapse : collapse;
347
341
table-layout : fixed;
348
342
position : relative;
349
343
width : 100% ;
You can’t perform that action at this time.
0 commit comments