From f343d0380097d6b1930e065ca7d29048accd88e4 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 18 Dec 2022 21:35:04 +0100 Subject: [PATCH] fix: correction sur les menus --- scss/components/_menus.scss | 1 - style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/scss/components/_menus.scss b/scss/components/_menus.scss index 1d9c14d..8522031 100644 --- a/scss/components/_menus.scss +++ b/scss/components/_menus.scss @@ -23,7 +23,6 @@ align-items: center; word-wrap: none; - white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/style.css b/style.css index e4be0f3..8764c05 100644 --- a/style.css +++ b/style.css @@ -1401,7 +1401,6 @@ ul.card-list, .card > ul { justify-content: space-between; align-items: center; word-wrap: none; - white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border: 0px solid rgba(0, 0, 0, 0.3);