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"
|
role="button"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-expanded="false">
|
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>
|
</a>
|
||||||
<ul className="dropdown-menu dropup">
|
<ul className="dropdown-menu dropup">
|
||||||
{ this.props.children }
|
{ this.props.children }
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
& > li {
|
& > li {
|
||||||
height: @navbar-height;
|
height: @navbar-height;
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
margin-right: 23px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dropdown-toggle, & > li > a {
|
.dropdown-toggle, & > li > a {
|
||||||
|
|
Reference in a new issue