diff --git a/src/components/Dashboard/common/FilterInput.jsx b/src/components/Dashboard/common/FilterInput.jsx index 65827d76..69f31874 100644 --- a/src/components/Dashboard/common/FilterInput.jsx +++ b/src/components/Dashboard/common/FilterInput.jsx @@ -868,10 +868,28 @@ const FilterInput = ({ // Keep the input focused while interacting with the popover. event.preventDefault() }} - style={{ width: 280, height: 220, margin: -4 }} + className='filter-input-property-filter' + style={{ + display: 'inline-block', + maxWidth: 280, + maxHeight: 220, + margin: -4, + verticalAlign: 'top' + }} > - -
+ +
{showPlaceholder && (