Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeybesse committed Sep 16, 2016
1 parent 84f57a5 commit 8a452f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static interface FullSizeStyle extends FlexStyle {

@Override
default void style() {
addStyle("flex", "1 1 100%");
addStyle("flex", "1");
addStyle("height", "100%");
addStyle("width", "100%");
}
Expand Down

0 comments on commit 8a452f6

Please sign in to comment.