align breadcrumbs with community avatar grid

pull/21833/head
Bruno Windels 2020-07-13 18:19:43 +02:00
parent 375f6fa4d8
commit 965856aa55
1 changed files with 1 additions and 3 deletions

View File

@ -67,11 +67,9 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations
}
.mx_LeftPanel2_breadcrumbsContainer {
width: 100%;
overflow-y: hidden;
overflow-x: scroll;
margin-top: 20px;
padding-bottom: 2px;
margin: 12px 12px 0 12px;
flex: 0 0 auto;
// Create yet another flexbox, this time within the row, to ensure items stay
// aligned correctly. This is also a row-based flexbox.