Actions
Bug #5559
closedIE 11 display issues related to table padding/margins
Start date:
12/01/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Updated by Anonymous almost 9 years ago
Jarred,
I thought this might be better for you to look at. You have easier access to IE11 than me :)
Probably start by removing the "table-condensed" class and see if that helps?
Updated by NOYB NOYB almost 9 years ago
The cause of horizontal scrollbar on interfaces without any rules is that all rows of the table (rules of other interfaces) are hidden.
If any rows exist in the table and all the rows are hidden then there is an overflow resulting in horizontal scrollbar.
When there are no rows in the table (inclusive of no hidden rows) then a row is added automatically in the DOM.
Updated by NOYB NOYB almost 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset fdb83ce0555487a4ba076aa40f9a1a4886259f22.
Updated by Anonymous almost 9 years ago
- Status changed from Feedback to Resolved
Actions