From c86f3c506f617bfd84e08ff02c8c0448762fe44e Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 23 Jan 2022 17:05:07 +0100 Subject: [PATCH] fix: correctly display navigation tabs when the lang-de module is active The lang-de module changes the styling of navigation tabs, which has been breaking our own styling (see https://gitlab.com/henry4k/foundryvtt-lang-de/-/issues/9). --- src/scss/components/shared/_sheet_tab_nav.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/components/shared/_sheet_tab_nav.scss b/src/scss/components/shared/_sheet_tab_nav.scss index 78097981..adf767c8 100644 --- a/src/scss/components/shared/_sheet_tab_nav.scss +++ b/src/scss/components/shared/_sheet_tab_nav.scss @@ -17,6 +17,7 @@ margin: variables.$margin-sm 0; &__item { + flex: 0 1 auto !important; // necessary to override the styling from lang-de, see https://gitlab.com/henry4k/foundryvtt-lang-de/-/issues/9 font-weight: bold; white-space: nowrap;