From acd0b13b267d54391d3d1366a44670d44b103377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 8 Aug 2022 17:03:04 +0200 Subject: [PATCH] Do not center actions modalitems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 5f5ed6db3..f31680d20 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -324,7 +324,7 @@ } } - button { + button[type="button"] { @apply w-full justify-center; } }