mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
remove unnecessary scrollbar from Inventories Lookup
This commit is contained in:
parent
2c86d7400a
commit
3d3952c549
@ -14,7 +14,7 @@ import {
|
||||
Button,
|
||||
ButtonVariant,
|
||||
InputGroup as PFInputGroup,
|
||||
Modal,
|
||||
Modal as PFModal,
|
||||
} from '@patternfly/react-core';
|
||||
import { withI18n } from '@lingui/react';
|
||||
import { t } from '@lingui/macro';
|
||||
@ -36,6 +36,10 @@ const InputGroup = styled(PFInputGroup)`
|
||||
`}
|
||||
`;
|
||||
|
||||
const Modal = styled(PFModal)`
|
||||
--pf-c-modal-box--body--MinHeight: 460px;
|
||||
`;
|
||||
|
||||
class Lookup extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
Loading…
Reference in New Issue
Block a user