Skip to content

Commit

Permalink
Remove margin and border from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 8, 2017
1 parent 3f2e951 commit 578077e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/containers/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ class Header extends Component {
fixedTop
fluid
inverse
style={{
border: 'none',
margin: 0
}}
>
<Navbar.Header>
<OverlayTrigger
Expand Down

0 comments on commit 578077e

Please sign in to comment.