File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 150
150
border : 1px solid # D4D4D4 ;
151
151
font-size : 0.95em ;
152
152
padding : 0.15em 0.4em ;
153
+ white-space : nowrap;
153
154
}
154
155
155
156
.doc code ,
264
265
width : 100% ;
265
266
border-collapse : separate;
266
267
border-spacing : 0 ;
267
- display : block;
268
- overflow-x : auto;
268
+ display : table;
269
269
margin-bottom : 1rem ;
270
270
border : 1px solid # D4D4D4 ;
271
271
border-radius : 8px ;
279
279
font-size : inherit;
280
280
}
281
281
282
+ /* Table cell styles */
283
+ .doc table .tableblock td ,
284
+ .doc table .tableblock th {
285
+ box-sizing : border-box;
286
+ white-space : normal;
287
+ word-wrap : break-word;
288
+ }
289
+
290
+ /* Prevent wrapping of inline literal text in tables */
291
+ .doc table .tableblock td code ,
292
+ .doc table .tableblock th code {
293
+ white-space : nowrap;
294
+ }
295
+
282
296
.doc td .tableblock > .content {
283
297
word-wrap : anywhere; /* aka overflow-wrap; used when hyphens are disabled or aren't sufficient */
284
298
}
1304
1318
1305
1319
.image-modal-overlay .show {
1306
1320
display : flex;
1307
- }
1321
+ }
You can’t perform that action at this time.
0 commit comments