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
This commit is contained in:
Adam Barth 2015-01-08 13:29:30 -08:00
parent 64a7d49358
commit 3b86add20e

View File

@ -15,6 +15,7 @@
padding: 4px;
}
#control {
flex: 1;
align-self: center;
height: 1.2em;
white-space: nowrap;