From 7840a85d2d761a71e259b6fcf2d13de026b782e5 Mon Sep 17 00:00:00 2001 From: Nick De Villiers Date: Thu, 14 Mar 2024 12:20:48 +0000 Subject: [PATCH] fix(kvm): KVM CPU resources label positioning MAASENG-2381 (#5348) Fixed positioning of "CPU Cores" text in KVM resources cards --- src/app/kvm/components/CoreResources/_index.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/kvm/components/CoreResources/_index.scss b/src/app/kvm/components/CoreResources/_index.scss index 916a6d0bbe..df462f8f7c 100644 --- a/src/app/kvm/components/CoreResources/_index.scss +++ b/src/app/kvm/components/CoreResources/_index.scss @@ -9,8 +9,6 @@ // viewport size. Otherwise, the component keeps the "mobile" styling. .core-resources--dynamic-layout { @media only screen and (min-width: $breakpoint-small) { - flex-direction: row; - .core-resources__header { flex: 1; margin-right: $sph--large;