Skip to content

Commit bf9c284

Browse files
- Updated the layoutGrid.tsx for the prime react theme to make it match the others
1 parent 7842b87 commit bf9c284

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/playground/src/samples/layoutGrid.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,7 @@ const layoutGrid: Sample = {
19851985
children: [
19861986
{
19871987
'ui:columns': {
1988+
style: { marginBottom: '18px' },
19881989
children: ['employment'],
19891990
},
19901991
},
@@ -2000,13 +2001,9 @@ const layoutGrid: Sample = {
20002001
},
20012002
},
20022003
{
2003-
'ui:col': {
2004-
children: ['employment.location.city'],
2005-
},
2006-
},
2007-
{
2008-
'ui:col': {
2009-
children: ['employment.location.state'],
2004+
'ui:columns': {
2005+
sm: 6,
2006+
children: ['employment.location.city', 'employment.location.state'],
20102007
},
20112008
},
20122009
],

0 commit comments

Comments
 (0)