Index: sky/sdk/lib/framework/components2/input.dart |
diff --git a/sky/sdk/lib/framework/components2/input.dart b/sky/sdk/lib/framework/components2/input.dart |
index 087bc14818f9e60bd0f85d84d7f51340615b16e7..eba94a3abbab29433ada05d3843153c101c011a2 100644 |
--- a/sky/sdk/lib/framework/components2/input.dart |
+++ b/sky/sdk/lib/framework/components2/input.dart |
@@ -84,7 +84,7 @@ class Input extends Component { |
return new EventListenerNode( |
new FlexContainer( |
- direction: FlexDirection.Column, |
+ direction: FlexDirection.vertical, |
style: _style, |
inlineStyle: focused ? _focusedInlineStyle : null, |
children: children |