Skip to content

Commit fc6831e

Browse files
committed
test
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent 0f44e1c commit fc6831e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reusecore/Layout/Row.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import styled, { css } from "styled-components";
33

44
const RowWrapper = styled.div`
55
display: flex;
6+
flex-wrap: wrap;
67
margin-left: -15px;
78
margin-right: -15px;
89
@media (max-width: 760px) {

0 commit comments

Comments
 (0)