From 9e11201603593adcd0f5b761c9f17e9efc996cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88khan=20O=CC=88ztu=CC=88rk?= Date: Wed, 21 Sep 2022 09:47:28 +0300 Subject: [PATCH] style: alert's width set as 100% --- src/components/Alert/alert.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Alert/alert.css b/src/components/Alert/alert.css index 8f04708..dcb16ef 100644 --- a/src/components/Alert/alert.css +++ b/src/components/Alert/alert.css @@ -1,7 +1,7 @@ @tailwind components; .alert { - @apply font-sans relative p-4 rounded text-sm flex justify-between duration-1000; + @apply w-full font-sans relative p-4 rounded text-sm flex justify-between duration-1000; } .alert--small {