Topic: [Fixed: 1694] Bad looking titles of categories in search form

I noticed that there is a bug in styles that <legend> in box where you can select categories, where you want to search is the same as on captions on the left... this leads to wrap of categories names in less than half of the box...

Simple fix to stylesheet - add this to the bottom:

.brd .mf-set .mf-box legend span {
    width: 25em;
}    

Re: [Fixed: 1694] Bad looking titles of categories in search form

Fixed in [1694]