fix button text wrapping

This commit is contained in:
2022-05-06 20:30:52 -04:00
parent c8a6a9d81e
commit 085411132d
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
}
.btn {
@apply inline-block break-all min-w-4;
@apply inline-block break-words min-w-4;
@apply focus:outline-none px-4 py-2 rounded-lg;
@apply shadow-sm focus:shadow-lg;
@apply transition-all duration-300 ease-in-out;