Author: Sergey Panteleev (saundefined) Committer: GitHub (web-flow) Pusher: saundefined Date: 2024-10-30T16:10:52+03:00
Commit: https://github.com/php/web-php/commit/fcc95652d853c561c9e26a7f77aa61148be63f39 Raw diff: https://github.com/php/web-php/commit/fcc95652d853c561c9e26a7f77aa61148be63f39.diff Fix downloads layout on mobile (#1110) Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 7cbaed7dbe..c5cdc60035 100644 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -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: ";