Skip to content

Commit

Permalink
Test found a missing spacer… go test!
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Sep 16, 2019
1 parent 8459e7b commit 3af0829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/legacy/ui/public/vis/editors/default/_agg_params.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.visEditorAggParam--half {
margin-top: $euiSize;
display: inline-block;
width: calc(50% - #{$euiSizeS / 2});
}
Expand Down
1 change: 1 addition & 0 deletions src/legacy/ui/public/vis/editors/default/controls/size.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function SizeParamEditor({
value={isUndefined(value) ? '' : value}
onChange={ev => setValue(ev.target.value === '' ? '' : parseFloat(ev.target.value))}
fullWidth={true}
compressed
isInvalid={showValidation ? !isValid : false}
onBlur={setTouched}
min={1}
Expand Down

0 comments on commit 3af0829

Please sign in to comment.