redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 16 forks source link

drawer-pf-title overrides width #85

Open awels opened 6 years ago

awels commented 6 years ago

drawer-pf-title in PF defines the width as 100%, while RCUE overrides this to be a fix 318px. This breaks if you have a 'X' to close the drawer while the drawer is expanded. The X will be 318px from the left of the >> icon instead of the right hand side of the drawer.

Looking at the drawer-pf-title css class in RCUE it is identical to the PF one, except the width, so IMO it makes sense to simply remove it from RCUE as it is not overriding anything useful.

jeff-phillips-18 commented 6 years ago

@awels where are you seeing this override?