From 4c50de551961c928893c5c77f209a3b0a1448d61 Mon Sep 17 00:00:00 2001 From: octavioamu Date: Mon, 18 Mar 2019 18:11:37 -0300 Subject: [PATCH 1/3] fix members list in description --- app/assets/v2/css/grants/detail.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/v2/css/grants/detail.css b/app/assets/v2/css/grants/detail.css index 2cd13400635..3be753d4a20 100644 --- a/app/assets/v2/css/grants/detail.css +++ b/app/assets/v2/css/grants/detail.css @@ -40,6 +40,7 @@ .grant-item__members { display: flex; text-align: center; + flex-wrap: wrap; } .grant__header .grant-item__member-image img { From 21b4ec2f351a46a79b678876364cab13c081ea9b Mon Sep 17 00:00:00 2001 From: octavioamu Date: Mon, 18 Mar 2019 18:11:56 -0300 Subject: [PATCH 2/3] remove justify --- app/assets/v2/css/grants/detail.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/v2/css/grants/detail.css b/app/assets/v2/css/grants/detail.css index 3be753d4a20..36542e72944 100644 --- a/app/assets/v2/css/grants/detail.css +++ b/app/assets/v2/css/grants/detail.css @@ -117,7 +117,6 @@ textarea.editable { #form--input__title, #contract_owner_address { width: 100%; - text-align: justify; resize: none; } From 0f0de5072c2e4188391522138862781dabbad92e Mon Sep 17 00:00:00 2001 From: octavioamu Date: Mon, 18 Mar 2019 18:29:32 -0300 Subject: [PATCH 3/3] fix description formating --- app/assets/v2/css/grants/detail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/v2/css/grants/detail.css b/app/assets/v2/css/grants/detail.css index 36542e72944..4191198999f 100644 --- a/app/assets/v2/css/grants/detail.css +++ b/app/assets/v2/css/grants/detail.css @@ -127,7 +127,7 @@ textarea.editable { } .grant__description span { - text-align: justify; + white-space: pre-wrap; } .article-description {