Skip to content

Commit bd33c04

Browse files
authored
Fix overlap in text for Japanese translation (#674)
The Scientific Domain tab in the home page has overlapping text for the Japanese version (and also for the English version on mobile). This prevents overlap but is not responsive on mobile.
1 parent fce6f81 commit bd33c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ tr.highlight-th {
109109
td.bold-text {
110110
font-weight: bold;
111111
text-align: center;
112+
min-width: 120px;
112113
}
113114

114115
.scientific-domains td.bold-text {

0 commit comments

Comments
 (0)