Feature #23580
Bad filters rendering in mobile version
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI - Responsive | |||
Target version: | - | |||
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.
History
#1
Updated by Go MAEDA over 6 years ago
- Category set to UI - Responsive