diff --git a/src/components/Label/Label.scss b/src/components/Label/Label.scss index 93e79d1307..8ea86c0dfb 100644 --- a/src/components/Label/Label.scss +++ b/src/components/Label/Label.scss @@ -68,14 +68,17 @@ $transition-timing-function: ease-in-out; overflow: hidden; } + &__key { + opacity: 0.7; + } + &__value { display: flex; - opacity: 0.7; overflow: hidden; } &__separator { - margin: 0 4px; + margin: 0 4px 0 2px; } &__main-button {