From d6461e1fb5f35c88a905360bd10db96ba2936981 Mon Sep 17 00:00:00 2001 From: Keegan Date: Mon, 29 Feb 2016 15:54:12 +1100 Subject: [PATCH] fix missing value display on old android --- src/styles/clay/components/color.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/clay/components/color.scss b/src/styles/clay/components/color.scss index 2d0d9d9..272b83d 100644 --- a/src/styles/clay/components/color.scss +++ b/src/styles/clay/components/color.scss @@ -7,6 +7,7 @@ height: $base-height; border-radius: $base-height / 2; box-shadow: $box-shadow-small-components; + display: block; } .picker-wrap {