Skip to content

Commit

Permalink
revert(layout): Remove height: initial from layout.
Browse files Browse the repository at this point in the history
Originally, it seemed that adding the `height: initial` made no
significant change to the layout system except to fix angular#4022,
however, multiple users have experienced major issues with
their layouts: angular#4397.

We are reverting so that we can take some more time to work
with the community to find a better fix.

Reverts commit 303ab0d
  • Loading branch information
topherfangio authored and kennethcachia committed Sep 23, 2015
1 parent cf0c99c commit 5626012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/services/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
display: -moz-flex;
display: -ms-flexbox;
display: flex;
height: inherit;
}

.layout-column {
Expand Down

0 comments on commit 5626012

Please sign in to comment.