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:
Johannes Loher 2022-01-23 17:05:07 +01:00
parent 56b389c3a1
commit c86f3c506f

View file

@ -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;