@internetstiftelsen/styleguide 2.26.13 → 2.26.15

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": "@internetstiftelsen/styleguide",
3
- "version": "2.26.13",
3
+ "version": "2.26.15",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -59,6 +59,7 @@
59
59
  height: $icon-size-small;
60
60
  width: $icon-size-small;
61
61
  margin-right: rhythm(1);
62
+ flex-shrink: 0;
62
63
  }
63
64
  }
64
65
 
@@ -164,6 +165,7 @@
164
165
  z-index: z_index(middlegroundImportant);
165
166
  margin-top: 0;
166
167
  margin-bottom: 0;
168
+ margin-left: rhythm(2);
167
169
 
168
170
  @include bp-up(xxl) {
169
171
  right: calc(50vw - 680px) !important;