React bootstrap Navbar: How to right align a navbar item

后端 未结 7 1429
独厮守ぢ
独厮守ぢ 2021-01-05 01:51

I\'m trying to right align a navbar item (Contribute) within a navbar.js but I can\'t seem to figure it out. The navbar is a React component and looks like the

7条回答
  •  难免孤独
    2021-01-05 02:37

    You can target the dropdown menu with a dropdown-menu-right to align the Contribute nav item right. bootstrap dropdown alignment docs

提交回复
热议问题