aboutsummaryrefslogtreecommitdiffstats
path: root/manual/_static/css/wraptable.css
diff options
context:
space:
mode:
Diffstat (limited to 'manual/_static/css/wraptable.css')
-rw-r--r--manual/_static/css/wraptable.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/_static/css/wraptable.css b/manual/_static/css/wraptable.css
new file mode 100644
index 00000000..732e7a98
--- /dev/null
+++ b/manual/_static/css/wraptable.css
@@ -0,0 +1,4 @@
+/* ensure text in table cells wrap */
+.wy-table-responsive table td, .wy-table-responsive table th {
+ white-space: normal;
+}