fix(styles): ie temp fix align-items-center

This commit is contained in:
xidedix 2018-05-08 16:22:46 +02:00
parent 0c88adc9c8
commit 245263a1ad
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
html body .align-items-center {
html body .app.flex-row.align-items-center {
height: 100vh;
}

View File

@ -9939,5 +9939,5 @@ body {
.app-header .navbar-nav .dropdown-menu-right {
right: auto; }
html body .align-items-center {
html body .app.flex-row.align-items-center {
height: 100vh; }