forked from shibao/cannery
fix button text wrapping
This commit is contained in:
parent
c8a6a9d81e
commit
085411132d
@ -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)!
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user