From 5ac12ab0173f59b5546484985deb38f6e9514fb3 Mon Sep 17 00:00:00 2001 From: Le Libre Au Quotidien Date: Mon, 30 Nov 2020 19:03:21 +0100 Subject: [PATCH] Edit description wrap --- public/css/app.css | 2 +- resources/sass/app.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 9ab4cfd..958d87f 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -13896,7 +13896,7 @@ readers do not read off random characters that represent icons */ } .description { - white-space: pre; + white-space: pre-wrap; } .buttons::after { diff --git a/resources/sass/app.scss b/resources/sass/app.scss index d8ce2de..91814aa 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -14,7 +14,7 @@ $icons-padding: 5px; height:80px; } .description{ - white-space: pre; + white-space: pre-wrap; } .buttons::after{ content:"Aller";