Add some follower text line break

This commit is contained in:
Gabe Kangas 2023-01-27 14:37:10 -08:00
parent b3174e4f97
commit 7a0d448a26
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -16,11 +16,18 @@
font-weight: 600;
font-size: 1rem;
color: var(--theme-color-components-text-on-light);
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
width: calc(85%);
white-space: nowrap;
}
.account {
color: var(--theme-color-components-text-on-light);
overflow: hidden;
word-break: break-all;
line-height: 0.9rem;
}
@include screen(mobile) {