From cc3e4e9bec3ac333111458df2dafb18cd8c3e66d Mon Sep 17 00:00:00 2001 From: MariaAga Date: Tue, 1 Jul 2025 11:10:39 +0100 Subject: [PATCH] Fixes #37906 - move css import from vendor to foreman --- .../components/TargetingHosts/TargetingHostsLabelsRow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss b/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss index c03799639..a2c5713a0 100644 --- a/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss +++ b/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss @@ -1,4 +1,4 @@ -@import '~@theforeman/vendor/scss/variables'; +@import 'foremanReact/common/variables'; .tasks-labels-row { margin: 0;