@transfermarkt/global-styles 1.58.0 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transfermarkt/global-styles",
3
- "version": "1.58.0",
3
+ "version": "1.60.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -144,6 +144,7 @@
144
144
 
145
145
  @include breakpoint(laptop) {
146
146
  display: flex;
147
+ gap: rem-calc(8);
147
148
  justify-content: flex-end;
148
149
 
149
150
  > button,
@@ -32,6 +32,7 @@
32
32
  background-color 100ms linear,
33
33
  color 100ms linear,
34
34
  border-color 100ms linear;
35
+ white-space: nowrap;
35
36
 
36
37
  &--full-size {
37
38
  display: flex;