Skip to content

Commit 245263a

Browse files
committed
fix(styles): ie temp fix align-items-center
1 parent 0c88adc commit 245263a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scss/_ie-fix.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
html body .align-items-center {
1+
html body .app.flex-row.align-items-center {
22
height: 100vh;
33
}

src/scss/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9939,5 +9939,5 @@ body {
99399939
.app-header .navbar-nav .dropdown-menu-right {
99409940
right: auto; }
99419941

9942-
html body .align-items-center {
9942+
html body .app.flex-row.align-items-center {
99439943
height: 100vh; }

0 commit comments

Comments
 (0)