From 6945e09d7543ed20c1d0615efb8e1c0cb0ce31bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 31 Mar 2021 10:19:37 +0200 Subject: [PATCH] fixing overflow-text in galleryCard --- webapp/src/components/gallery/galleryCard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/gallery/galleryCard.scss b/webapp/src/components/gallery/galleryCard.scss index 79a09e375..6f062ff87 100644 --- a/webapp/src/components/gallery/galleryCard.scss +++ b/webapp/src/components/gallery/galleryCard.scss @@ -37,6 +37,7 @@ margin: 0; padding: 5px 10px; display: flex; + overflow-wrap: anywhere; .octo-icon { margin-right: 5px; }