NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668)

This commit is contained in:
Torkel Ödegaard
2020-04-18 18:00:54 +02:00
committed by GitHub
parent 165a0471ad
commit f30074c70a
13 changed files with 108 additions and 33 deletions

View File

@@ -15,8 +15,9 @@
margin-left: 0;
}
&--shadow {
box-shadow: $side-menu-shadow;
&--edit {
background: $panel-bg;
border-bottom: $panel-border;
}
}
@@ -43,11 +44,11 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
display: flex;
align-items: center;
margin: 0;
font-size: $font-size-lg;
min-height: $navbarHeight;
line-height: $navbarHeight;
.gicon {
top: -2px;
@@ -204,5 +205,5 @@ i.navbar-page-btn__search {
display: flex;
height: $navbarHeight;
align-items: center;
padding-right: 13px;
padding-right: 16px;
}

View File

@@ -30,6 +30,10 @@
font-size: 75%;
padding-left: 8px;
}
.gf-form {
margin-bottom: 0;
}
}
.variable-value-link {