Skip to content

Commit

Permalink
Breadcrumbs should be breadcrumb height
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Grant <colin.grant@ericsson.com>
  • Loading branch information
colin-grant-work committed Aug 25, 2021
1 parent 34bf101 commit a89c92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/browser/style/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
}

.theia-breadcrumbs {
height: var(--theia-breadcrumbs-height);
position: relative;
user-select: none;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
outline-style: none;
margin: .5rem;
list-style-type: none;
Expand Down

0 comments on commit a89c92d

Please sign in to comment.