From c0ff8fc0a6684ac6b660066675a5d084535f73eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Sat, 30 Nov 2024 20:25:44 +0100 Subject: [PATCH] Revert "Make tab-nav a bit more responsive" This reverts commit 90fc7c4bf5e03ad5e4ef7ca7269e1373007c418b. --- js/src/components/app-tab-nav/index.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/components/app-tab-nav/index.scss b/js/src/components/app-tab-nav/index.scss index eb85ea54d4..897caa36ba 100644 --- a/js/src/components/app-tab-nav/index.scss +++ b/js/src/components/app-tab-nav/index.scss @@ -1,6 +1,5 @@ .app-tab-nav__tabs { display: flex; - flex-wrap: wrap; align-items: stretch; box-shadow: inset 0 -1px 0 $gray-400; margin-bottom: var(--main-gap); @@ -16,7 +15,6 @@ margin-left: 0; font-weight: 500; box-sizing: border-box; - box-shadow: inset 0 -1px 0 #ccc; // This pseudo-element "duplicates" the tab label and sets the text to bold. // This ensures that the tab doesn't change width when selected.