1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix downloads layout on mobile (#1110)

This commit is contained in:
Sergey Panteleev
2024-10-30 16:10:52 +03:00
committed by GitHub
parent cb385e3e05
commit fcc95652d8

View File

@@ -1166,6 +1166,8 @@ fieldset {
.content-box .md5sum, .content-box .sha256 {
display: block;
font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace;
overflow: hidden;
text-overflow: ellipsis;
}
.content-box .md5sum:before {
content: "md5: ";