React bootstrap Navbar: How to right align a navbar item

后端 未结 7 1393
独厮守ぢ
独厮守ぢ 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:45

    Give css property float : left to the division or to whatever you want to align right :)

提交回复
热议问题