Skip to content

Commit

Permalink
fix(ui): react ui fix for accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Aug 22, 2022
1 parent 7421cdc commit 7cff1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/containers/Accounts/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class AccountsContainer extends React.Component {
{/* <div className='md-input-bar' />*/}
{/* </div>*/}
{/*</div>*/}
<div className={'uk-width-1-4 uk-push-3-4 mt-15 pr-20 uk-clearfix'}>
<div className={'uk-width-1-4 mt-15 pr-20 uk-clearfix'}>
<ButtonGroup classNames={'uk-clearfix uk-float-right'}>
<Button
text={'Create'}
Expand Down

0 comments on commit 7cff1c9

Please sign in to comment.