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).
This commit is contained in:
parent
56b389c3a1
commit
c86f3c506f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue