puikinsh / ElaAdmin

A clean & completely free Bootstrap 4 admin dashboard template
https://colorlib.com/polygon/elaadmin/index.html
502 stars 341 forks source link

Labels inside Sidebar navigation without class has-arrow #27

Closed NormanEdance closed 6 years ago

NormanEdance commented 6 years ago

Subject of the issue

Labels (for example number) inside Sidebar navigation, without adding class has-arrow to <a>, not working properly.

Your environment

Steps to reproduce

Just try to add line

<li> <a href="app-profile.html" aria-expanded="false"><i class="fa fa-ticket"></i><span class="hide-menu">Tickets <span class="label label-rouded label-primary pull-right">2</span></span></a></li>

to <ul id="sidebarnav"> element. See it's broken.

Expected behaviour

Expecting to see navbar list element without arrow, but with label.

Actual behaviour

Label flies away :airplane:

NormanEdance commented 6 years ago

Quickfix

Adding position: relative; to the a element.