'Applying Float to right in nav bar in ant design

    <Item key="register" icon={<UserAddOutlined />}  
     className="float-right">
    <Link to="/register">Register</Link>
    </Item>

This code is not Changing style of the nav item float-right..



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source