fix channel ellispis on claimPreview

This commit is contained in:
Sean Yesmunt 2020-11-06 12:52:17 -05:00
parent a71c66bfb7
commit 467d9b9f47
2 changed files with 12 additions and 3 deletions

View file

@ -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;

View file

@ -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 {