mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
fix PF switch styling
This commit is contained in:
@@ -27,6 +27,8 @@ const DataListCell = styled(PFDataListCell)`
|
||||
const Switch = styled(PFSwitch)`
|
||||
display: flex;
|
||||
flex-wrap: no-wrap;
|
||||
/* workaround PF bug; used in calculating switch width: */
|
||||
--pf-c-switch__toggle-icon--Offset: 0.125rem;
|
||||
`;
|
||||
|
||||
function NotificationListItem(props) {
|
||||
|
||||
Reference in New Issue
Block a user