Commit 04a887da by Matt Toback

Merge pull request #4447 from grafana/grafana-worldping-tweaks

Updated card views to accommodate a 2 column layout at lg breakpoints
parents b73d196c 4c5291f9
...@@ -99,6 +99,10 @@ ...@@ -99,6 +99,10 @@
.card-list-layout-grid { .card-list-layout-grid {
.card-item-header-action {
float: right;
}
.card-item-wrapper { .card-item-wrapper {
width: 100%; width: 100%;
padding: 0 1.5rem 1.5rem 0rem; padding: 0 1.5rem 1.5rem 0rem;
...@@ -128,6 +132,14 @@ ...@@ -128,6 +132,14 @@
width: 33.333333%; width: 33.333333%;
} }
} }
&.card-list-layout-grid--max-2-col {
@include media-breakpoint-up(lg) {
.card-item-wrapper {
width: 50%;
}
}
}
} }
.card-list-layout-list { .card-list-layout-list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment