« get me outta code hell

css: don't line-break before external link arrow - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-13 15:47:49 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-13 15:47:49 -0300
commitef36f8e0c279dd24f23f221b0829d471db78f079 (patch)
tree7b97d3d8c3b9f40b72a7394eca566743ba97402c /src
parentbd2a83bf507d3f250d8ffdd4216f057e37088a7f (diff)
css: don't line-break before external link arrow
Diffstat (limited to 'src')
-rw-r--r--src/static/site6.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index a2f6289..1189d02 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -473,7 +473,7 @@ a:not([href]):hover {
 }
 
 .external-link.indicate-external::after {
-  content: ' ➚';
+  content: '\00a0➚';
 }
 
 .external-link.indicate-external:hover::after {