Skip to content

Commit

Permalink
Reduce the max columns to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jul 20, 2021
1 parent a458320 commit 4b2819c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const FloatingColumnsInput = ({
data-test-subj="lens-legend-location-columns-input"
value={inputValue}
min={1}
max={10}
max={5}
compressed
disabled={isDisabled}
onChange={(e) => {
Expand Down

0 comments on commit 4b2819c

Please sign in to comment.