Skip to content

Commit

Permalink
style: alert's width set as 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
gokh4nozturk authored and Gökhan Öztürk committed Sep 21, 2022
1 parent d954ce5 commit 9e11201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Alert/alert.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 9e11201

Please # to comment.