Browse Source

Fix navbar height

pull/63/head
Krzysztof Piasecki 8 years ago
parent
commit
b7e98ac123
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/assets/styles/spec/components/topbar.scss

+ 2
- 1
src/assets/styles/spec/components/topbar.scss View File

@ -12,7 +12,6 @@
background-color: $default-white;
border-bottom: 1px solid $border-color;
display: block;
height: $header-height;
margin-bottom: 0;
padding: 0;
position: fixed;
@ -31,6 +30,8 @@
.header-container {
@include clearfix;
height: $header-height;
.nav-left,
.nav-right {
list-style: none;


Loading…
Cancel
Save