From 159521a8de320b3e1ebbcf2acaa1b75418d4ae29 Mon Sep 17 00:00:00 2001 From: Virginie Ky Date: Thu, 6 Feb 2020 14:20:49 +0100 Subject: [PATCH] fix filters button position Signed-off-by: Virginie Ky --- .../admin/src/components/FilterPickerOption/Input.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/strapi-plugin-content-manager/admin/src/components/FilterPickerOption/Input.js b/packages/strapi-plugin-content-manager/admin/src/components/FilterPickerOption/Input.js index 4459ef0506..6294be0921 100644 --- a/packages/strapi-plugin-content-manager/admin/src/components/FilterPickerOption/Input.js +++ b/packages/strapi-plugin-content-manager/admin/src/components/FilterPickerOption/Input.js @@ -47,11 +47,7 @@ function Input({ type, ...rest }) { } const styles = type === 'boolean' ? { minWidth: '100px', maxWidth: '200px' } : style; - const wrapperStyle = - type === 'boolean' || - ['date', 'timestamp', 'time', 'datetime'].includes(type) - ? { marginRight: '20px' } - : { marginRight: '10px' }; + const wrapperStyle = { marginRight: '20px' }; return (