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