瀏覽代碼

More style tweaks to panel option group add button

Torkel Ödegaard 6 年之前
父節點
當前提交
24ccfb9ccc

+ 2 - 0
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss

@@ -54,6 +54,8 @@
 
 .panel-options-group__title {
   font-size: 1.1rem;
+  position: relative;
+  top: 1px;
 }
 
 .panel-options-group__body {

+ 1 - 1
packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss

@@ -1,5 +1,5 @@
 .thresholds {
-  margin-bottom: 10px;
+  margin-bottom: 20px;
 }
 
 .thresholds-row {