Closed cosmith closed 11 years ago
Hi, thanks for the great extension!
I noticed a display bug in the filter count when it's over 10:
So I put the <span> before filters and set the position to relative, it should look good in all occasions now.
<span>
filters
relative
Nice!
People are using the filters functionality? :-) Who knew. I'll get this merged shortly - thanks!
Yeah, I was getting tired of the PRISM stories ;)
Hi, thanks for the great extension!
I noticed a display bug in the filter count when it's over 10:
So I put the
<span>
beforefilters
and set the position torelative
, it should look good in all occasions now.