diff --git a/projects/core/components/group/group.style.less b/projects/core/components/group/group.style.less index 38ec33f4fc00..d21828d4f0a7 100644 --- a/projects/core/components/group/group.style.less +++ b/projects/core/components/group/group.style.less @@ -9,15 +9,15 @@ flex: 1 1 0; min-width: 0; - &:nth-child(n) { - border-radius: 0; - } - &:not(:last-child) { - margin-right: (@space / 2); + margin-right: 0.125rem; } } + && > *:nth-child(n) { + border-radius: 0; + } + /* stylelint-disable */ &_collapsed { & > * { @@ -83,7 +83,7 @@ &:not(:last-child) { margin-right: 0; - margin-bottom: (@space / 2); + margin-bottom: 0.125rem; } }