diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-09-01 10:59:10 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-09-01 10:59:10 -0300 |
commit | adbeabeb7961a68b86cd09df254548c04e947670 (patch) | |
tree | 0938deaf8bf053b2efc050f78567aecb3c91dfff /src/static | |
parent | 823db2b96a24ee3f4b16edde9c6ab2138a4f5894 (diff) |
allow word wrap in re-release text/links
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/site.css b/src/static/site.css index 4ccbdc11..65d4d343 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -201,6 +201,9 @@ footer > :last-child { .other-group-accent { opacity: 0.7; font-style: oblique; +} + +.other-group-accent { white-space: nowrap; } |