mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
64a7d49358
commit
3b86add20e
@ -15,6 +15,7 @@
|
||||
padding: 4px;
|
||||
}
|
||||
#control {
|
||||
flex: 1;
|
||||
align-self: center;
|
||||
height: 1.2em;
|
||||
white-space: nowrap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user