aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f5e82ea..e49a705 100644
--- a/static/style.css
+++ b/static/style.css
@@ -102,6 +102,11 @@ a:link, a:visited {
padding: 2px;
}
+/* Readme word breaks to avoid overfull hboxes */
+#readme {
+ word-break: break-word;
+}
+
/* Table styles */
table {
border: var(--lighter-border-color) solid 1px;