fix button text wrapping

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

View File

@ -5,6 +5,7 @@
- Add language in user settings. The `LOCALE` environment variable will continue - Add language in user settings. The `LOCALE` environment variable will continue
to set the default locale for the application. to set the default locale for the application.
- Add involvement links to home page - Add involvement links to home page
- Fix button text-wrapping
# v0.5.1 # v0.5.1
- Add French translation: Thank you [duponin](https://udongein.xyz/users/duponin)! - Add French translation: Thank you [duponin](https://udongein.xyz/users/duponin)!

View File

@ -25,7 +25,7 @@
} }
.btn { .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 focus:outline-none px-4 py-2 rounded-lg;
@apply shadow-sm focus:shadow-lg; @apply shadow-sm focus:shadow-lg;
@apply transition-all duration-300 ease-in-out; @apply transition-all duration-300 ease-in-out;