Fix find file breadcrumb styling

Closes #34427
This commit is contained in:
Phil Hughes 2017-06-28 09:43:05 +01:00
parent 18a7fa550d
commit 70dd2e6b3a
2 changed files with 3 additions and 1 deletions

View file

@ -377,6 +377,7 @@ a.deploy-project-label {
}
.breadcrumb.repo-breadcrumb {
flex: 1;
padding: 0;
background: transparent;
border: none;

View file

@ -70,7 +70,8 @@
}
.file-finder {
width: 50%;
max-width: 500px;
width: 100%;
.file-finder-input {
width: 95%;