From 3b86add20eb6d75822ee9bc775f002f8d6750c79 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 8 Jan 2015 13:29:30 -0800 Subject: [PATCH] Flex the inside of the input control We really need delegated focus from the container to the control, but this will do for now. TBR=esprehn@chromium.org Review URL: https://codereview.chromium.org/844763004 --- framework/sky-input.sky | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/sky-input.sky b/framework/sky-input.sky index ee790400ae6..3bb65d967e8 100644 --- a/framework/sky-input.sky +++ b/framework/sky-input.sky @@ -15,6 +15,7 @@ padding: 4px; } #control { + flex: 1; align-self: center; height: 1.2em; white-space: nowrap;