Commit 40281282 authored by Phil Hughes's avatar Phil Hughes

added webkit prefix to fix failing tests

parent f041c389
......@@ -307,6 +307,7 @@ header.navbar-gitlab-new {
}
.breadcrumbs-container {
display: -webkit-flex;
display: flex;
width: 100%;
position: relative;
......@@ -317,6 +318,7 @@ header.navbar-gitlab-new {
}
.breadcrumbs-links {
-webkit-flex: 1;
flex: 1;
min-width: 0;
align-self: center;
......@@ -341,6 +343,7 @@ header.navbar-gitlab-new {
}
.breadcrumbs-list {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
......
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