@internetstiftelsen/styleguide 2.18.0-beta.0.1 → 2.18.0-beta.0.2

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.18.0-beta.0.1",
3
+ "version": "2.18.0-beta.0.2",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -243,6 +243,7 @@
243
243
  a {
244
244
  color: $color-cyberspace;
245
245
  display: block;
246
+ width: 100%;
246
247
  padding: rhythm(0.5) rhythm(2);
247
248
  text-decoration: none;
248
249
  white-space: nowrap;