diff --git a/ui/src/app/shared/components/page/page.scss b/ui/src/app/shared/components/page/page.scss index 621ba0075adf1..1031a121bedb4 100644 --- a/ui/src/app/shared/components/page/page.scss +++ b/ui/src/app/shared/components/page/page.scss @@ -70,7 +70,7 @@ .page { padding-left: 0 !important; &__top-bar { - left: $sidebar-width; + left: $sidebar-width !important; } } @@ -85,7 +85,7 @@ .page { &__top-bar { - left: $collapsed-sidebar-width; + left: $collapsed-sidebar-width !important; } }