From 0a04534dc57b87d022806d2802d8139964722f27 Mon Sep 17 00:00:00 2001 From: bsatarnejad Date: Wed, 30 Aug 2023 11:47:13 +0200 Subject: [PATCH] flex-basis of 530px for tabs should be applied when the width is larger than 1279px --- frontend/src/global_styles/layout/work_packages/_full_view.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/global_styles/layout/work_packages/_full_view.sass b/frontend/src/global_styles/layout/work_packages/_full_view.sass index 2cbd52d15562..e8e203aa85eb 100644 --- a/frontend/src/global_styles/layout/work_packages/_full_view.sass +++ b/frontend/src/global_styles/layout/work_packages/_full_view.sass @@ -145,7 +145,7 @@ .detailsViewMenuItem display: block -@media only screen and (max-width: $breakpoint-lg) +@media only screen and (max-width: $breakpoint-xl) .work-packages--show-view // Important for Safari height: initial