From 3b63b1c6729e2c0cb6a156cc790b13e4f76aad1f Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 2 Jun 2020 20:00:45 +0200 Subject: [PATCH] feat: fix preferences topbar style. --- client/src/style/pages/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/pages/dashboard.scss b/client/src/style/pages/dashboard.scss index c439b1beb..c7a1b040b 100644 --- a/client/src/style/pages/dashboard.scss +++ b/client/src/style/pages/dashboard.scss @@ -251,7 +251,7 @@ &__preferences-topbar{ border-bottom: 1px solid #E5E5E5; height: 70px; - padding: 0 22px; + padding: 0 0 0 22px; display: flex; flex-direction: row; justify-content: space-between;