Skip to content

1.1.1 The one with the tiny margins

Compare
Choose a tag to compare
@JarekToro JarekToro released this 17 Oct 15:36
· 96 commits to master since this release

Because of the nature of nesting rows. There is a need to have smaller margins especially when rows are nested.

ResponsiveRow row = new ResponsiveRow();

row.setMarginSmall(true);

ResponsiveRow row = responsiveLayout.addRow().withSmallMargin(true);