Only show more than one row of items when the block is displayed in a narrow column.
Fix for boost theme only because of the second block region on the dashboard.
[data-region="blocks-column"] {
.block_recentlyaccesseditems {
- .dashboard-card-deck {
- height: unset;
+ @include media-breakpoint-up(xl) {
+ .dashboard-card-deck {
+ height: unset;
+ }
}
}
}
background-position: center;
background-size: cover; }
-[data-region="blocks-column"] .block_recentlyaccesseditems .dashboard-card-deck {
- height: unset; }
+@media (min-width: 1200px) {
+ [data-region="blocks-column"] .block_recentlyaccesseditems .dashboard-card-deck {
+ height: unset; } }
.block_recentlyaccesseditems [data-region="recentlyaccesseditems-view-content"] {
overflow-x: hidden; }