Actions
Feature #23580
openBad filters rendering in mobile version
Status:
New
Priority:
Normal
Assignee:
-
Category:
UI - Responsive
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Filters look bad in mobile version for vertically oriented screen. As for html markup most of them are made as 'a row of three cells' (line: 137: application.js: function buildFilterRow
) thus no line wrapping is available.
IMO the better solution is to have a row with sequence of left-floated div-tags and ending div-tag with clear: left
or something similar.
Actions