From b03ce090a3caaaf2f72deca23bd271cfc78d6bcb Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 13 Feb 2026 15:49:36 +0100 Subject: [PATCH] REFACTOR Commentin code used elsewhere --- resources/css/components/article-revues-toolbar.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/css/components/article-revues-toolbar.css b/resources/css/components/article-revues-toolbar.css index d687cc3..3c3c5b0 100644 --- a/resources/css/components/article-revues-toolbar.css +++ b/resources/css/components/article-revues-toolbar.css @@ -3,12 +3,12 @@ @apply col-span-2 container mx-auto mb-2 lg:mb-0; .tablist { - @apply flex items-center overflow-y-visible gap-8 lg:gap-3 xl:gap-12 border-b border-primary; + /* @apply flex items-center overflow-y-visible gap-8 lg:gap-3 xl:gap-12 border-b border-primary; position: relative; span { @apply sr-only lg:not-sr-only; - } + } */ /* @media screen and (max-width: 1024px) { } */ /* @media screen and (max-width: 1024px) { @@ -43,12 +43,10 @@ } } */ - button { + /* button { @apply text-base md:text-lg lg:text-lg mt-8 nunito pb-4 flex flex-col lg:flex-row items-center gap-2 lg:gap-4 text-left shrink-0; grid-template-columns: auto 1fr; - /* white-space: normal; - word-wrap: break-word; */ - /* break-word: break-; */ + word-break: keep-all; .icon { @@ -64,7 +62,7 @@ &[aria-selected='false'] { @apply text-black opacity-40; } - } + } */ a.cta--download-pdf { @apply ml-auto;