Commit e0f6525e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix specs

parent ac4e3cfe
......@@ -103,6 +103,7 @@ header {
}
.header-content {
display: -webkit-flex;
display: flex;
position: relative;
min-height: $header-height;
......@@ -143,6 +144,7 @@ header {
}
.title-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: stretch;
align-items: stretch;
......
......@@ -58,6 +58,7 @@ header {
.navbar-nav {
@media (max-width: $screen-xs-max) {
display: -webkit-flex;
display: flex;
padding-right: 10px;
}
......@@ -178,6 +179,7 @@ header {
}
> a {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
......@@ -214,6 +216,7 @@ header {
}
.breadcrumbs {
display: -webkit-flex;
display: flex;
min-height: 48px;
color: $gl-text-color;
......@@ -293,6 +296,7 @@ header {
}
.breadcrumbs-extra {
display: -webkit-flex;
display: flex;
flex: 0 0 auto;
margin-left: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment