Commit 438a07c 1 parent 9dd49b7 commit 438a07c Copy full SHA for 438a07c
File tree 1 file changed +8
-24
lines changed
client/skr/components/address
1 file changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -30,35 +30,19 @@ class Skr.Components.Address extends Lanes.React.Component
30
30
<BS.Col {... colProps}>
31
31
{@ renderTitle () if @props .title }
32
32
<BS.Row >
33
- <BS.Col xs = 12>
34
- <LC.Input name = " name" model = {@model } />
35
- </BS.Col >
33
+ <LC.Input name = " name" model = {@model } xs = 12 />
36
34
</BS.Row >
37
35
<BS.Row >
38
- <BS.Col sm = 6>
39
- <LC.Input name = " phone" model = {@model } />
40
- </BS.Col >
41
- <BS.Col sm = 6>
42
- <LC.Input name = " email" model = {@model } />
43
- </BS.Col >
36
+ <LC.Input name = " phone" model = {@model } sm = 6 />
37
+ <LC.Input name = " email" model = {@model } sm = 6 />
44
38
</BS.Row >
45
39
<BS.Row >
46
- <BS.Col md = 6>
47
- <LC.Input name = " line1" model = {@model } />
48
- </BS.Col >
49
- <BS.Col md = 6>
50
- <LC.Input name = " line2" model = {@model } />
51
- </BS.Col >
40
+ <LC.Input name = " line1" model = {@model } md = 6 />
41
+ <LC.Input name = " line2" model = {@model } md = 6 />
52
42
</BS.Row >
53
43
<BS.Row >
54
- <BS.Col md = 7>
55
- <LC.Input name = " city" model = {@model } />
56
- </BS.Col >
57
- <BS.Col xs = 8 md = 3>
58
- <LC.Input name = " state" model = {@model } />
59
- </BS.Col >
60
- <BS.Col xs = 4 md = 2>
61
- <LC.Input name = " postal_code" model = {@model } />
62
- </BS.Col >
44
+ <LC.Input name = " city" model = {@model } md = 7 />
45
+ <LC.Input name = " state" model = {@model } xs = 8 md = 3 />
46
+ <LC.Input name = " postal_code" model = {@model } xs = 4 md = 2 />
63
47
</BS.Row >
64
48
</BS.Col >
You can’t perform that action at this time.
0 commit comments