aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/base.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2b300a6..bb899f6 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -120,7 +120,15 @@
120 } 120 }
121 121
122 pre { margin-block-start: 1em; margin-block-end: 1em; } 122 pre { margin-block-start: 1em; margin-block-end: 1em; }
123 table { width: 100%; border: 1px solid gainsboro; border-collapse: separate; border-spacing: 0; } 123
124 table {
125 width: 100%;
126 border: 1px solid gainsboro;
127 border-collapse: separate;
128 border-spacing: 0;
129 word-break: break-all;
130 }
131
124 table th { border-bottom: 1px solid gainsboro; background: #efefef; } 132 table th { border-bottom: 1px solid gainsboro; background: #efefef; }
125 table td, table th { padding: 0.3em 0.8em; text-align: left; } 133 table td, table th { padding: 0.3em 0.8em; text-align: left; }
126 134