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.
layoutGrid.tsx
1 parent 7842b87 commit bf9c284Copy full SHA for bf9c284
packages/playground/src/samples/layoutGrid.tsx
@@ -1985,6 +1985,7 @@ const layoutGrid: Sample = {
1985
children: [
1986
{
1987
'ui:columns': {
1988
+ style: { marginBottom: '18px' },
1989
children: ['employment'],
1990
},
1991
@@ -2000,13 +2001,9 @@ const layoutGrid: Sample = {
2000
2001
2002
2003
- 'ui:col': {
2004
- children: ['employment.location.city'],
2005
- },
2006
2007
- {
2008
2009
- children: ['employment.location.state'],
+ 'ui:columns': {
+ sm: 6,
+ children: ['employment.location.city', 'employment.location.state'],
2010
2011
2012
],
0 commit comments