BUG: fix overflowing username with ellipsis
This commit is contained in:
@@ -132,11 +132,11 @@ function toggleLanguage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-label {
|
.profile-label {
|
||||||
@apply label;
|
|
||||||
@apply ml-5;
|
@apply ml-5;
|
||||||
@apply text-lg font-sans capitalize;
|
@apply text-lg font-sans capitalize;
|
||||||
@apply font-semibold;
|
@apply font-semibold;
|
||||||
@apply hidden lg:inline;
|
@apply hidden lg:inline;
|
||||||
|
@apply min-w-40 truncate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|||||||
Reference in New Issue
Block a user