From 16219c174146163fa81af96c8e2080a84f37cda6 Mon Sep 17 00:00:00 2001 From: ohbarye Date: Wed, 17 Apr 2019 22:45:19 +0900 Subject: [PATCH] Fix broken layout for French --- app/assets/stylesheets/modules/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/modules/home.css b/app/assets/stylesheets/modules/home.css index 46d3d77f48b..c98b5f295b8 100644 --- a/app/assets/stylesheets/modules/home.css +++ b/app/assets/stylesheets/modules/home.css @@ -93,6 +93,7 @@ .home__downloads__desc { font-weight: 300; font-size: 12px; + white-space: nowrap; text-transform: uppercase; } @media (max-width: 379px) { .home__downloads__desc {