When UI is in limited width, then table should honor outer div boundries. table-responsive is applied to outer div of table and not to the table class itself.
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com
While this looks fine from a diff point of view, I'm having problems seeing the difference at work.
Could you give me some hints on how to test this? What I should do and what I should look for?
Thanks :)
Nevermind I found how it works :)
Going to merge it manually.
Thanks!
Commit cc0282ff fixes this pull-request
Pull-Request has been merged by akasurde@redhat.com
When UI is in limited width, then table should honor
outer div boundries.
table-responsive is applied to outer div of table and
not to the table class itself.
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com