From a4669e224011ec4bea371eaade0351d32fe0c83e Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 16 Feb 2015 13:49:12 -0800 Subject: [PATCH] Added missing radius on image card. --- styles/containers.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/containers.less b/styles/containers.less index 43bc1c8259..128e8ed683 100644 --- a/styles/containers.less +++ b/styles/containers.less @@ -80,6 +80,8 @@ flex: 1 auto; min-width: 90px; background-color: @brand-action; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; justify-content: center; text-align: center; img {