mirror of
https://github.com/tabler/tabler.git
synced 2026-07-15 18:11:42 +04:00
@@ -21,7 +21,7 @@
|
||||
|
||||
.aside-body {
|
||||
padding: 1.5rem;
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
align-items: stretch;
|
||||
|
||||
.card {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user