Skip to content

Commit

Permalink
fix(ui): Update the label preview to be shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
ischolten committed Feb 20, 2019
1 parent 3665fee commit 9e6c1b9
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 9e6c1b9

Please sign in to comment.