mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix layout issue for left nav bar and dashboard (#773)
This commit is contained in:
@@ -71,6 +71,7 @@ panel {
|
|||||||
|
|
||||||
.tabbedPanel.vertical {
|
.tabbedPanel.vertical {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbedPanel.vertical > .title {
|
.tabbedPanel.vertical > .title {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
-->
|
-->
|
||||||
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column">
|
<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">
|
<div style="flex: 1 1 auto">
|
||||||
<breadcrumb></breadcrumb>
|
<breadcrumb></breadcrumb>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user