Closed NormanEdance closed 6 years ago
Labels (for example number) inside Sidebar navigation, without adding class has-arrow to <a>, not working properly.
has-arrow
<a>
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.
<ul id="sidebarnav">
Expecting to see navbar list element without arrow, but with label.
Label flies away :airplane:
Adding position: relative; to the a element.
position: relative;
a
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
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: