Skip to content

Commit 7cff1c9

Browse files
committed
fix(ui): react ui fix for accounts
1 parent 7421cdc commit 7cff1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/containers/Accounts/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class AccountsContainer extends React.Component {
231231
{/* <div className='md-input-bar' />*/}
232232
{/* </div>*/}
233233
{/*</div>*/}
234-
<div className={'uk-width-1-4 uk-push-3-4 mt-15 pr-20 uk-clearfix'}>
234+
<div className={'uk-width-1-4 mt-15 pr-20 uk-clearfix'}>
235235
<ButtonGroup classNames={'uk-clearfix uk-float-right'}>
236236
<Button
237237
text={'Create'}

0 commit comments

Comments
 (0)