Skip to content

Commit e7633cb

Browse files
committed
Polish "Add configuration file format radio buttons"
See gh-1929
1 parent 5c5fcd1 commit e7633cb

File tree

1 file changed

+5
-5
lines changed
  • start-client/src/components/common/builder

1 file changed

+5
-5
lines changed

start-client/src/components/common/builder/Loading.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ export default function Loading() {
6666
<Placeholder type='radio' width='20px' />
6767
</div>
6868
<div
69-
className='control control-inline control-placeholder'
70-
style={{height: 30}}
69+
className='control control-inline control-placeholder'
70+
style={{ height: 30 }}
7171
>
72-
<span className='placeholder-label' style={{marginRight: 20}}>
72+
<span className='placeholder-label' style={{ marginRight: 20 }}>
7373
Configuration
7474
</span>
75-
<Placeholder type='radio' width='20px'/>
76-
<Placeholder type='radio' width='20px'/>
75+
<Placeholder type='radio' width='20px' />
76+
<Placeholder type='radio' width='20px' />
7777
</div>
7878
<div
7979
className='control control-inline control-placeholder'

0 commit comments

Comments
 (0)