Bug #17793
Can't read lifecycle env column names on the environment screen if there are multiple with long names
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1323699
Go to the environment screen and create a bunch of environments with long names. Notice that you can't read them. See attachment.
Associated revisions
History
#1
Updated by Justin Sherrill over 5 years ago
- Legacy Backlogs Release (now unused) set to 114
#2
Updated by Walden Raines over 5 years ago
- Target version set to 155
#3
Updated by Walden Raines over 5 years ago
- Target version changed from 155 to 154
#4
Updated by Walden Raines over 5 years ago
- Target version changed from 154 to 161
#5
Updated by Walden Raines over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6584 added
#6
Updated by The Foreman Bot over 5 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#7
Updated by Justin Sherrill over 5 years ago
- Legacy Backlogs Release (now unused) set to 114
#8
Updated by Walden Raines over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|d453b08cd683f05d9491ee75c7be5787df29a153.
#9
Updated by Jonathon Turel almost 2 years ago
- Target version changed from Katello Backlog to Katello Recycle Bin
Fixes #17793: fix styling of lifecycle environment columns.
There was two columns being used directly inside each other
unnecessarily which was causing the columns in the environment tables to
overlap at smaller screen widths. This PR corrects the use of the .row
and .col-* classes.
http://projects.theforeman.org/issues/17793