stopped user handle from overflowing from its boundaries in user card
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
2e83ccefdc
commit
a74a631793
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
|||
|
||||
.user-screen-name {
|
||||
min-width: 1px;
|
||||
max-width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
color: $fallback--lightText;
|
||||
|
|
Loading…
Reference in a new issue