We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa645b1 commit dc665caCopy full SHA for dc665ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "layout-emotions",
3
- "version": "1.0.11",
+ "version": "1.0.13",
4
"description": "Collection of layout emotion components",
5
"main": "dist/index.js",
6
"scripts": {
src/layout/row.ts
@@ -8,12 +8,12 @@ export const Row = styled.div`
8
--gap-y: 0;
9
display: flex;
10
flex-wrap: wrap;
11
- width: 100%;
12
margin-top: calc(-1 * var(--gap-y));
13
margin-right: calc(-0.5 * var(--gap-x));
14
margin-left: calc(-0.5 * var(--gap-x));
15
> * {
16
flex: 0 0 auto;
+ width: 100%;
17
box-sizing: border-box;
18
max-width: 100%;
19
padding-right: calc(var(--gap-x)*.5);
0 commit comments