Skip to content

Commit

Permalink
🐛 fix wrong responsive gutter
Browse files Browse the repository at this point in the history
close #19307
  • Loading branch information
afc163 committed Oct 20, 2019
1 parent 9ddaaf4 commit 92b05e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/grid/row.tsx
Expand Up @@ -74,6 +74,7 @@ export default class Row extends React.Component<RowProps, RowState> {
const breakpoint: Breakpoint = responsiveArray[i];
if (screens[breakpoint] && g[breakpoint] !== undefined) {
results[index] = g[breakpoint] as number;
break;
}
}
} else {
Expand Down

0 comments on commit 92b05e5

Please sign in to comment.