diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-04 09:47:02 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-31 19:19:46 -0300 |
commit | eb08810727e3a3cba6e9947869d45d92173d196d (patch) | |
tree | 57b830c44e7ffc997a17badbeb62c1dfee7da83f /src/static | |
parent | 773e06892c78f954a29b1770aaefa963b6596ac0 (diff) |
content, css: always allow wrapping on external links from content
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 83a066cd..e47bb1fa 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -468,7 +468,7 @@ a:not([href]):hover { text-decoration: none; } -.external-link { +.external-link:not(.from-content) { white-space: nowrap; } @@ -813,10 +813,6 @@ ul.image-details li { font-style: oblique; } -.commentary-entry-body .external-link { - white-space: normal; -} - .commentary-art { float: right; width: 30%; |