Skip to content

Commit

Permalink
doc: tweak CSS to allow table contents to wrap (#2331)
Browse files Browse the repository at this point in the history
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder authored Sep 18, 2023
1 parent 27da2cd commit a916104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/build_docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ div.version a {
}
div.version p {
color: #FFFF00;
}
}

/* allow text wrapping in a table to avoid table horizontal scrolling */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal !important;
}

0 comments on commit a916104

Please sign in to comment.