ux(dashboard): fixed scss issue

This commit is contained in:
Torkel Ödegaard 2016-10-28 16:30:16 +02:00
parent be99c3e20a
commit 366650e1ae

View File

@ -290,7 +290,7 @@ div.flot-text {
.dash-row-show-title {
.dash-row-header {
display: block;
display: flex;
}
}
@ -311,7 +311,7 @@ div.flot-text {
.dash-edit-mode {
.dash-row-header {
display: block;
display: flex;
}
.dash-row {
border-left: 1px solid $dark-4;