add comment

This commit is contained in:
Sean Yesmunt 2017-11-22 15:33:45 -05:00
parent 6f96ea10a9
commit 3f2c871e42

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);
} }