polish(influxdb): minor improvements to influxdb editor raw query editor

This commit is contained in:
Torkel Ödegaard
2015-12-04 09:20:29 +01:00
parent db9c288050
commit 141e395489
3 changed files with 8 additions and 4 deletions

View File

@@ -59,6 +59,11 @@
}
}
.tight-form-flex-wrapper {
display: flex;
flex-direction: row;
}
.grafana-metric-options {
margin-top: 25px;
}