From 12c40d8ebef7846f40002bad05a15a7c2585ac1f Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 12 Aug 2025 13:57:20 +0200 Subject: [PATCH] fix: Fix projects order popup styles --- .../HomeActions/RightSide/SelectOrderStep.module.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/client/src/components/common/HomeActions/RightSide/SelectOrderStep.module.scss b/client/src/components/common/HomeActions/RightSide/SelectOrderStep.module.scss index b5d73c2e..6c554199 100644 --- a/client/src/components/common/HomeActions/RightSide/SelectOrderStep.module.scss +++ b/client/src/components/common/HomeActions/RightSide/SelectOrderStep.module.scss @@ -5,16 +5,17 @@ :global(#app) { .menu { - margin: 0 auto; - width: 100%; + margin: -7px -12px -5px; + width: calc(100% + 24px); } - .menuItem:last-child { - margin-bottom: 0; + .menuItem { + margin: 0; + padding-left: 14px; } .menuItemIcon { float: left; - margin: 0 8px 0 0; + margin: 0 0.5em 0 0; } }