summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-24 17:38:31 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-24 17:38:31 -0400
commitdfec36755b63fda73f8cfe386886143775d8637d (patch)
treeafb9dc47f5a32e2a631dffa0092730d9bc0baedd /docs/docs.css
parent6ddf5acb060f0b0a2648743a08d70e38ef5e9f47 (diff)
better styling on settings
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css30
1 files changed, 29 insertions, 1 deletions
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;
+}