@internetstiftelsen/styleguide 4.0.8-beta.0.5 → 4.0.8-beta.0.7

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": "4.0.8-beta.0.5",
3
+ "version": "4.0.8-beta.0.7",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -401,17 +401,26 @@
401
401
  align-items: stretch;
402
402
  margin: 0 0 rhythm(2) 0;
403
403
 
404
- [class*='a-button'] {
404
+ > div {
405
+ flex: 1;
406
+ display: flex;
407
+ align-items: stretch;
405
408
  margin: 0 rhythm(1) 0 0;
409
+
410
+ &:last-child {
411
+ margin-right: 0;
412
+ }
413
+ }
414
+
415
+ a[class*='a-button'],
416
+ button[class*='a-button']{
406
417
  flex: 1;
418
+ margin: 0;
407
419
  padding-top: rhythm(1);
408
420
  padding-bottom: rhythm(1);
409
421
  padding-left: rhythm(1.5);
410
422
  padding-right: rhythm(1.5);
411
-
412
- &:last-child {
413
- margin-right: 0;
414
- }
423
+ white-space: nowrap;
415
424
 
416
425
  > span {
417
426
  font-size: 90%;