MDL-63855 core_my: no vertical scroll card blocks

card desks using class .dashboard-card-deck.one-row should not
show a vertical scrollbar
This commit is contained in:
Bas Brands 2018-11-12 10:03:34 +01:00
parent 208950cff0
commit a6501e9694
4 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@ $card-gutter : $card-deck-margin * 2;
.dashboard-card-deck.one-row {
flex-flow: nowrap;
overflow-y: scroll;
overflow-x: scroll;
}
.summaryimage {

View file

@ -11172,7 +11172,7 @@ div.editor_atto_toolbar button .icon {
.dashboard-card-deck.one-row {
flex-flow: nowrap;
overflow-y: scroll; }
overflow-x: scroll; }
.summaryimage {
height: 7rem;

View file

@ -303,7 +303,7 @@
.dashboard-card-deck.one-row {
flex-flow: nowrap;
overflow-y: scroll;
overflow-x: scroll;
}
.block_recentlyaccesseditems {

View file

@ -16230,7 +16230,7 @@ body {
}
.dashboard-card-deck.one-row {
flex-flow: nowrap;
overflow-y: scroll;
overflow-x: scroll;
}
.block_recentlyaccesseditems img.icon {
height: auto;