From 1d5d006c04e6232ccdd6ef9e6c5b68c4e6926f2c Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 13 Jun 2022 16:30:06 +0300 Subject: [PATCH] meta item placeholder layout match with the meta item --- src/common/MetaRow/MetaRowPlaceholder/styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/MetaRow/MetaRowPlaceholder/styles.less b/src/common/MetaRow/MetaRowPlaceholder/styles.less index d2752a593..644567dc4 100644 --- a/src/common/MetaRow/MetaRowPlaceholder/styles.less +++ b/src/common/MetaRow/MetaRowPlaceholder/styles.less @@ -98,6 +98,10 @@ &:not(:first-child) { margin-left: 0.5rem; } + + .title-bar-container { + margin-top: 0.5rem; + } } } }