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);