Fixed overflowing details fields in UserList
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
f7b04f0f27
Коммит
f7c943e60a
@@ -446,9 +446,20 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
.user-list-item__details {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow:hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.more-name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.more-description {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.user-list-item__actions {
|
||||
|
||||
Ссылка в новой задаче
Block a user