Hi,
in our apps we need quite a lot of filters. Filter items are styled in way that it is quite problematic to restyle it to be at least responsive. Also margin around inputs is too big if you need lot of filters. Does anybody has any know-how for adjusting design of filters or to compress them just a little?
it will be helpfull if each filter item is contained at least in <div><label...><input...></div>
so you can restyle it using css. in actual state we need to use pseudo elements to restyle it and as i mentioned it looks kinda problematic.
Absolute positioning of filter items is also pain in regards of styling.