Fix source link floating in Japanese

This commit is contained in:
mDuo13
2025-05-28 14:12:07 -07:00
parent a4ab945215
commit d043759f72
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -73,7 +73,8 @@
} }
// "Source" links float right // "Source" links float right
a[title="Source"] { a[title="Source"],
a[title="ソース"] {
float: right; float: right;
padding-left: 20px; padding-left: 20px;
} }