Skip to content

Commit 7bfd7fa

Browse files
committed
Change table white-space into pre, for better readability. [ci skip]
1 parent b2152ed commit 7bfd7fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

user_guide_src/source/_static/css/citheme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,11 @@ div#pulldown-menu {
256256
background-color: #f1d40f !important;
257257
}
258258

259+
/* override table width restrictions */
260+
.wy-table-responsive table td, .wy-table-responsive table th {
261+
white-space: pre;
262+
}
263+
259264
.rst-content dl:not(.docutils) dt {
260265
background: #fdc894;
261266
color: #434343;

0 commit comments

Comments
 (0)