fix channel name alignment on file page #776

Merged
neb-b merged 2 commits from alignment-issues into master 2017-11-22 21:50:26 +01:00
Showing only changes of commit 3f2c871e42 - Show all commits

View file

@ -6,6 +6,8 @@
text-overflow: ellipsis text-overflow: ellipsis
} }
// this shouldn't know about the card width
// will come back to this for the redesign - sean
.channel-name--small { .channel-name--small {
width: calc(var(--card-small-width) * 2 / 3); width: calc(var(--card-small-width) * 2 / 3);
} }