forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap the breadcrumb in a localNavRow so it has a height (elastic#9147)
Backports PR elastic#9126 **Commit 1:** Wrap the breadcrumb in a div that has height * Original sha: a53a8e0 * Authored by Trevan Richins <[email protected]> on 2016-11-17T17:36:48Z Former-commit-id: 02fd1f0
- Loading branch information
1 parent
f12e175
commit 6ee27e6
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.visualizeWizardBreadcrumbs { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
height: 32px; | ||
} |