layout-emotions
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -169,3 +169,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/layout/container.ts | ||
flex-wrap: wrap; | ||
width: 100%; | ||
margin-top: calc(-1 * var(--gap-y)); | ||
@@ -176,2 +175,3 @@ margin-right: calc(-0.5 * var(--gap-x)); | ||
flex: 0 0 auto; | ||
width: 100%; | ||
box-sizing: border-box; | ||
@@ -178,0 +178,0 @@ max-width: 100%; |
{ | ||
"name": "layout-emotions", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Collection of layout emotion components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,2 +5,6 @@ # Layout Emotions [![CodeFactor](https://www.codefactor.io/repository/github/manojgetwealthy/layout-emotions/badge)](https://www.codefactor.io/repository/github/manojgetwealthy/layout-emotions) | ||
## Change log | ||
* Fix row container spacing | ||
## About | ||
@@ -7,0 +11,0 @@ This is a very light-weight collection of `layout components in js` alongwith `css classes for columns` meant to be used for page layouting in `css in js` requirements/solutions. |
@@ -11,3 +11,2 @@ import styled from "@emotion/styled"; | ||
flex-wrap: wrap; | ||
width: 100%; | ||
margin-top: calc(-1 * var(--gap-y)); | ||
@@ -18,2 +17,3 @@ margin-right: calc(-0.5 * var(--gap-x)); | ||
flex: 0 0 auto; | ||
width: 100%; | ||
box-sizing: border-box; | ||
@@ -20,0 +20,0 @@ max-width: 100%; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20764
68