From 6abff3bf55ad832225fec35c77c701372fe60d90 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sun, 26 Feb 2023 11:01:19 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20ajuster=20les=20boutons=20=C3=A0=20leur?= =?UTF-8?q?=20contenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/global.pcss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/global.pcss b/src/style/global.pcss index b6bfa3c..7273b42 100644 --- a/src/style/global.pcss +++ b/src/style/global.pcss @@ -27,7 +27,8 @@ } .button { - @apply w-48 block text-xl mt-6 px-6 py-3 text-white no-underline bg-slate-600 rounded hover:bg-slate-500 hover:underline ; + @apply w-48 block text-xl mt-6 px-6 py-3 text-white no-underline bg-slate-600 rounded hover:bg-slate-500 hover:underline; + min-width: fit-content; } .centered-button {