diff options
author | Case Duckworth | 2022-06-15 15:38:04 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 15:38:04 -0500 |
commit | 5d7daec15e2cf64c761d7751607654bb371b83b6 (patch) | |
tree | 70a567ec970b4158c031e76dfd3e409ebd9c85c6 | |
parent | colors (diff) | |
download | cgit-5d7daec15e2cf64c761d7751607654bb371b83b6.tar.gz cgit-5d7daec15e2cf64c761d7751607654bb371b83b6.zip |
Change sumamry width
-rw-r--r-- | cgit.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 1955ecc..3cb61eb 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -261,6 +261,7 @@ div#cgit td#content { | |||
261 | div#cgit div#summary { | 261 | div#cgit div#summary { |
262 | vertical-align: top; | 262 | vertical-align: top; |
263 | margin-bottom: 1em; | 263 | margin-bottom: 1em; |
264 | max-width: 80ch; | ||
264 | } | 265 | } |
265 | 266 | ||
266 | div#cgit table#downloads { | 267 | div#cgit table#downloads { |