fix channel ellispis on claimPreview
This commit is contained in:
parent
a71c66bfb7
commit
467d9b9f47
2 changed files with 12 additions and 3 deletions
|
@ -116,9 +116,14 @@
|
|||
color: var(--color-text-subtitle);
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
transition: color 0.2s;
|
||||
|
||||
.channel-name {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.markdown-preview & {
|
||||
height: initial;
|
||||
vertical-align: initial;
|
||||
|
|
|
@ -447,10 +447,14 @@
|
|||
}
|
||||
|
||||
.claim-tile__about {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: var(--font-xsmall);
|
||||
color: var(--color-text-subtitle);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
> * {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.claim-tile__publishes {
|
||||
|
|
Loading…
Add table
Reference in a new issue