We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f44e1c commit fc6831eCopy full SHA for fc6831e
src/reusecore/Layout/Row.js
@@ -3,6 +3,7 @@ import styled, { css } from "styled-components";
3
4
const RowWrapper = styled.div`
5
display: flex;
6
+ flex-wrap: wrap;
7
margin-left: -15px;
8
margin-right: -15px;
9
@media (max-width: 760px) {
0 commit comments