Skip to content

Commit

Permalink
Merge pull request #69 from phpList/mantis-19392
Browse files Browse the repository at this point in the history
fix mantis #0019392: Navbar-form has wrong margin in mobile views
  • Loading branch information
mariez committed Aug 30, 2018
2 parents 54a9439 + efe829a commit aaaa76e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion less/navbar.less
@@ -1,3 +1,7 @@
.navbar-form{
margin-left:0;
margin-right:0;
}
.navbar-default {
height:auto !important;
.navbar-nav {
Expand Down Expand Up @@ -86,4 +90,4 @@
}
a:hover{background:@brand-primary;color:#FFF}
}
}
}

0 comments on commit aaaa76e

Please sign in to comment.