UI fix
This commit is contained in:
@@ -127,7 +127,7 @@ export default class extends Component {
|
|||||||
<a href={'#'}
|
<a href={'#'}
|
||||||
className={'PasswordShowHide'}
|
className={'PasswordShowHide'}
|
||||||
onClick={this.handleShowHideClick}>
|
onClick={this.handleShowHideClick}>
|
||||||
<FontAwesomeIcon icon={this.state.show_password ? faEye : faEyeSlash}/>
|
<FontAwesomeIcon icon={this.state.show_password ? faEye : faEyeSlash} fixedWidth/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user