Fix navbar wrapping
This commit is contained in:
parent
d7f1d29ce6
commit
73958c3d95
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export default class Dropdown extends React.Component {
|
|||
role="button"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
{ this.props.title } <i className="icon ion-ios-arrow-up navbar-icon h4"></i>
|
||||
{ this.props.title } <i className="icon ion-ios-arrow-up navbar-icon h4 hidden-sm"></i>
|
||||
</a>
|
||||
<ul className="dropdown-menu dropup">
|
||||
{ this.props.children }
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
& > li {
|
||||
height: @navbar-height;
|
||||
@media (min-width: @screen-md-min) {
|
||||
margin-right: 23px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
.dropdown-toggle, & > li > a {
|
||||
|
|
Reference in a new issue