fix layout issue for left nav bar and dashboard (#773)

This commit is contained in:
Abbie Petchtes
2018-02-23 15:59:03 -08:00
committed by GitHub
parent 7ee6dfa21e
commit 6bf21e4340
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
*--------------------------------------------------------------------------------------------*/
-->
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column">
<div #header class="header" style="margin-bottom: 5px; flex: 0 0 auto; display: flex; flex-flow: row; width: 100%; align-items: center">
<div #header class="header" style="flex: 0 0 auto; display: flex; flex-flow: row; width: 100%; align-items: center">
<div style="flex: 1 1 auto">
<breadcrumb></breadcrumb>
</div>