summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/static/style.css
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-17 02:08:26 +0900
committernsfisis <nsfisis@gmail.com>2025-05-17 02:08:26 +0900
commit46b57af02f081945ffc142404539af89e98dcf5d (patch)
treee38f93aec6ae2e9be1c29b5ac7079b427100748e /vhosts/blog/static/style.css
parent36ef8dcf0c87d646970af855db53e5a7f6c51af2 (diff)
downloadnsfisis.dev-46b57af02f081945ffc142404539af89e98dcf5d.tar.gz
nsfisis.dev-46b57af02f081945ffc142404539af89e98dcf5d.tar.zst
nsfisis.dev-46b57af02f081945ffc142404539af89e98dcf5d.zip
feat(blog/style): set break-all to word-break of <a>
Diffstat (limited to 'vhosts/blog/static/style.css')
-rw-r--r--vhosts/blog/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css
index 078c0774..61b10242 100644
--- a/vhosts/blog/static/style.css
+++ b/vhosts/blog/static/style.css
@@ -92,6 +92,7 @@ a {
text-decoration: none;
color: #000;
border-bottom: 1px solid #000;
+ word-break: break-all;
}
a:hover {