From 6727a468aa466e8a8dd30806b52fecb58adb888a Mon Sep 17 00:00:00 2001 From: Grigory Date: Mon, 16 Oct 2023 16:56:46 +0500 Subject: [PATCH] fix(styles/grid): marketplace update icon margin (#615) --- src/styles/components/_grid.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/components/_grid.scss b/src/styles/components/_grid.scss index a275c163..0e3e0cc6 100644 --- a/src/styles/components/_grid.scss +++ b/src/styles/components/_grid.scss @@ -119,6 +119,11 @@ } } +#marketplace-update { + margin-left: 0; + margin-right: 16px; +} + // Search bar .searchbar--bar__wrapper { display: flex;