Fix specs
This commit is contained in:
parent
ac4e3cfee3
commit
e0f6525efe
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue