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