From dfec36755b63fda73f8cfe386886143775d8637d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 24 May 2022 17:38:31 -0400 Subject: better styling on settings --- docs/docs.css | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css index a28ac33b..0aba1aab 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -152,4 +152,32 @@ div[class^="inline-slides"] { div[class^="inline-slides"]>div[id^="image-slider-container"] { margin-left: 10px; flex-shrink: 1; -} \ No newline at end of file +} + +h3#all-settings + p + div table tbody tr > td:nth-child(2) { + max-width: 300px; + overflow: auto; + word-break: break-word; + white-space: break-spaces; +} + +h3#all-settings + p + div table tbody tr > td:nth-child(3) { + max-width: 600px; + overflow: auto; + word-break: break-word; + white-space: break-spaces; +} + +h3#all-settings + p + div table tbody tr > td:nth-child(5) { + max-width: 300px; + overflow: auto; + word-break: break-word; + white-space: break-spaces; +} + +h3#all-settings + p + div table tbody tr > td:nth-child(6) { + max-width: 500px; + overflow: auto; + word-break: break-word; + white-space: break-spaces; +} -- cgit v1.3.1