From 188429e03dbd5f9c4b8d46e5e51295d1712a38fb Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 27 Jul 2017 16:29:30 -0400 Subject: [PATCH 1/2] wrap long file names --- public/main.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/main.css b/public/main.css index 64cf0d53..9e2ea274 100644 --- a/public/main.css +++ b/public/main.css @@ -141,6 +141,7 @@ a { text-align: center; max-width: 520px; font-family: 'SF Pro Display', sans-serif; + word-wrap: break-word; } .description { @@ -450,6 +451,8 @@ tbody { margin-top: 60px; margin-bottom: 10px; color: #0c0c0d; + max-width: 614px; + word-wrap: break-word; } #link { @@ -644,12 +647,7 @@ tbody { } #download-progress { - margin: 0 auto; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - text-align: center; + width: 590px; } #download-progress[hidden] { From 84b01ba58bc182b28dfa33ba75d8fabc3e0d4c31 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 27 Jul 2017 16:40:43 -0400 Subject: [PATCH 2/2] don't allow text selection on percentage --- public/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/main.css b/public/main.css index 9e2ea274..837d0aef 100644 --- a/public/main.css +++ b/public/main.css @@ -391,6 +391,9 @@ tbody { top: 53px; left: 246.75px; width: 98.5px; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .percent-number {