diff --git a/public/app/features/dashlinks/editor.html b/public/app/features/dashlinks/editor.html index 9f44d72206c..43934238be5 100644 --- a/public/app/features/dashlinks/editor.html +++ b/public/app/features/dashlinks/editor.html @@ -1,90 +1,82 @@
-
Links and Dash Navigation
+
Links and Dash Navigation
-
-
-
    -
  • - - -
  • -
  • - -
  • -
+
+
+
+
+ + + +
+
-
    -
  • +
    +
    -
  • +
-
  • Type
  • -
  • - -
  • +
    + Type +
    + +
    +
    -
  • With tags
  • -
  • - - -
  • -
  • +
    + With tags + +
    + +
    + Title + +
    + +
    -
  • -
  • - Title -
  • -
  • - -
  • -
  • Url
  • -
  • - -
  • -
  • +
  • + +
    +
  • Url
  • + - - -
    -
    -
    -
      -
    • +
    +
    + +
    +
    - -
  • Title
  • -
  • - -
  • -
  • Tooltip
  • -
  • - -
  • -
  • Icon
  • -
  • - -
  • - -
    -
    -
    -
      -
    • +
    +
    + Title + +
    + +
    + Tooltip + +
    + +
    + Icon +
    + +
    +
    +
    + +
    +
    - -
  • +
  • +
    - -
  • -
  • - -
    +
    +
    -
    -
    - -
    + diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index cd6e7be510a..7ada3623cc6 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -9,12 +9,6 @@ $gf-form-label-margin: 0.25rem; align-items: center; text-align: left; - .checkbox-label { - display: inline; - cursor: pointer; - padding: 8px 7px 8px 4px; - } - .cr1 { margin-left: 8px; } @@ -58,6 +52,15 @@ $gf-form-label-margin: 0.25rem; .gf-form-checkbox { flex-shrink: 0; + padding: $input-padding-y $input-padding-x; + line-height: $input-line-height; + + .checkbox-label { + display: inline; + cursor: pointer; + padding: $input-padding-y $input-padding-x; + line-height: $input-line-height; + } } .gf-form-input {