From 4b2819ca727f10de34e4f275ba69d42ac4f32deb Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Tue, 20 Jul 2021 11:59:50 +0300 Subject: [PATCH] Reduce the max columns to 5 --- .../lens/public/shared_components/legend_location_settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/lens/public/shared_components/legend_location_settings.tsx b/x-pack/plugins/lens/public/shared_components/legend_location_settings.tsx index 365d37fd5e37e..7583aa72d0d2c 100644 --- a/x-pack/plugins/lens/public/shared_components/legend_location_settings.tsx +++ b/x-pack/plugins/lens/public/shared_components/legend_location_settings.tsx @@ -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) => {