Skip to content

Commit fcc9565

Browse files
authored
Fix downloads layout on mobile (#1110)
1 parent cb385e3 commit fcc9565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styles/theme-base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,8 @@ fieldset {
11661166
.content-box .md5sum, .content-box .sha256 {
11671167
display: block;
11681168
font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace;
1169+
overflow: hidden;
1170+
text-overflow: ellipsis;
11691171
}
11701172
.content-box .md5sum:before {
11711173
content: "md5: ";

0 commit comments

Comments
 (0)