Skip to content

Commit

Permalink
Merge pull request #12016 from influxdata/fix/label-preview-small
Browse files Browse the repository at this point in the history
fix(ui): Update the label preview to be shorter
  • Loading branch information
ischolten committed Feb 20, 2019
2 parents 3665fee + 9e6c1b9 commit 9cdcf3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
1. [11997](https://github.com/influxdata/influxdb/pull/11997): Update the bucket retention policy to update the time in seconds

### UI Improvements
1. [12016](https://github.com/influxdata/influxdb/pull/12016): Update the preview in the label overlays to be shorter

## v2.0.0-alpha.3 [2019-02-15]

Expand Down
3 changes: 2 additions & 1 deletion ui/src/configuration/components/LabelOverlayForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
.label-overlay--preview {
display: flex;
justify-content: center;
height: 50px;

> .label {
margin: $ix-marg-d 0;
margin: $ix-marg-a 0;
}
}

0 comments on commit 9cdcf3d

Please sign in to comment.