Skip to content

Commit d043759

Browse files
committed
Fix source link floating in Japanese
1 parent a4ab945 commit d043759

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_content.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
}
7474

7575
// "Source" links float right
76-
a[title="Source"] {
76+
a[title="Source"],
77+
a[title="ソース"] {
7778
float: right;
7879
padding-left: 20px;
7980
}

0 commit comments

Comments
 (0)