1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00

Merge pull request #38 from eugene1g/master

Fix flex issues in IE11
This commit is contained in:
Paweł Kuna
2018-04-04 09:16:56 +02:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
.aside-body {
padding: 1.5rem;
flex: 1;
flex: 1 1 auto;
overflow: auto;
}
+2 -2
View File
@@ -15,7 +15,7 @@
}
.card-body {
flex: 1;
flex: 1 1 auto;
margin: 0;
padding: $card-spacer-y $card-spacer-x;
position: relative;
@@ -322,7 +322,7 @@ Card tabs
}
.card-tabs-item {
flex: 1;
flex: 1 1 auto;
display: block;
padding: 1rem $card-spacer-x;
border-bottom: 1px solid $border-color;
+1 -1
View File
@@ -19,7 +19,7 @@
align-items: stretch;
.card {
flex: 1;
flex: 1 1 auto;
}
}
}
+2 -2
View File
@@ -16,7 +16,7 @@
}
.page-main {
flex: 1;
flex: 1 1 auto;
}
.page-content {
@@ -74,7 +74,7 @@
}
.page-single {
flex: 1;
flex: 1 1 auto;
display: flex;
align-items: center;
justify-content: center;
@@ -4,5 +4,5 @@
}
.media-body {
flex: 1;
flex: 1 1 auto;
}