From 1efcda16571ef41363549273499ab65642fb66cb Mon Sep 17 00:00:00 2001 From: m-holger Date: Mon, 17 Jan 2022 12:22:35 +0000 Subject: Manual: enable line wrapping in table cells --- manual/_static/css/wraptable.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 manual/_static/css/wraptable.css (limited to 'manual/_static/css/wraptable.css') 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; +} -- cgit v1.2.3-54-g00ecf