From 3f2c871e424e8737a8a44cb587c8be6be3e9b097 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 22 Nov 2017 15:33:45 -0500 Subject: [PATCH] add comment --- ui/scss/component/_channel-indicator.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scss/component/_channel-indicator.scss b/ui/scss/component/_channel-indicator.scss index aa344f8b2..6c63a4235 100644 --- a/ui/scss/component/_channel-indicator.scss +++ b/ui/scss/component/_channel-indicator.scss @@ -6,6 +6,8 @@ text-overflow: ellipsis } +// this shouldn't know about the card width +// will come back to this for the redesign - sean .channel-name--small { width: calc(var(--card-small-width) * 2 / 3); }