fix: button widths (#4145)

This commit is contained in:
tomo
2024-05-09 13:52:07 +09:00
committed by GitHub
parent 8137d63000
commit a79941df22
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
@layer components {
.btn {
@apply inline-flex justify-center items-center content-center h-9 leading-5 rounded-lg px-4 py-2 text-base cursor-pointer;
@apply inline-flex justify-center items-center content-center h-9 leading-5 rounded-lg px-4 py-2 text-base cursor-pointer whitespace-nowrap;
}
.btn-default {