aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-08-11 21:25:34 -0400
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-08-11 21:40:11 -0400
commitfa627f8485760b7b8d498837e9217e66c725c85d (patch)
tree7d94e3bcb2a75cbc6497c6be145974b46765b5cf /static
parent3328fa29d5ce8a742c494ec2b96fac4b22d02d4f (diff)
downloadpatchfoo-fa627f8485760b7b8d498837e9217e66c725c85d.tar.gz
patchfoo-fa627f8485760b7b8d498837e9217e66c725c85d.zip
Discourage horizontal scrollbars
Diffstat (limited to 'static')
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 56a470b..55592a9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -89,12 +89,12 @@ h3.feed-name {
}
.wide {
- width: 100%;
+ width: 99%;
}
textarea {
font: inherit;
- width: 100%;
+ width: 99%;
}
pre {