diff --git a/resources/mobile b/resources/mobile index 9d4d2a318..5a7bbcea4 160000 --- a/resources/mobile +++ b/resources/mobile @@ -1 +1 @@ -Subproject commit 9d4d2a3189fa2454b25af9f7f2ab64f776d40b53 +Subproject commit 5a7bbcea45ab4444c7394d21cea5ace8a0615221 diff --git a/resources/views/download.blade.php b/resources/views/download.blade.php index 70e341252..8a5849f1e 100755 --- a/resources/views/download.blade.php +++ b/resources/views/download.blade.php @@ -30,6 +30,7 @@ color: #fff; padding: 16px 18px; border-radius: 12px;; + max-width: calc(100% - 160px); } .title { @@ -47,6 +48,9 @@ color: #fff; text-decoration: none; border-radius: 5px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .dark {