fix #6766 (Channel staked badge in the wrong line)
This commit is contained in:
parent
1f2762af02
commit
7bbb1a436c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ $actions-z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel__title {
|
.channel__title {
|
||||||
display: inline;
|
display: flex;
|
||||||
margin-right: var(--spacing-s);
|
margin-right: var(--spacing-s);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue