diff --git a/src/components/vm/overview/vsock.jsx b/src/components/vm/overview/vsock.jsx index 4ed30f771..fec52a127 100644 --- a/src/components/vm/overview/vsock.jsx +++ b/src/components/vm/overview/vsock.jsx @@ -41,8 +41,6 @@ import { VSOCK_INFO_MESSAGE, } from './helpers.jsx'; -import "./vsock.scss"; - const _ = cockpit.gettext; const ASSIGN_AUTOMATICALLY = _("Assign automatically"); diff --git a/src/components/vm/overview/vsock.scss b/src/components/vm/overview/vsock.scss deleted file mode 100644 index 6a9934745..000000000 --- a/src/components/vm/overview/vsock.scss +++ /dev/null @@ -1,6 +0,0 @@ -.ct-input-group-spacer-sm.pf-v5-l-flex { - // Limit width for select entries and inputs in the input groups otherwise they take up the whole space - > .pf-v5-c-select, .pf-v5-c-form-control:not(.pf-v5-c-select__toggle-typeahead) { - max-inline-size: 8ch; - } -}