Commit 70dd2e6b authored by Phil Hughes's avatar Phil Hughes

Fix find file breadcrumb styling

Closes #34427
parent 18a7fa55
...@@ -377,6 +377,7 @@ a.deploy-project-label { ...@@ -377,6 +377,7 @@ a.deploy-project-label {
} }
.breadcrumb.repo-breadcrumb { .breadcrumb.repo-breadcrumb {
flex: 1;
padding: 0; padding: 0;
background: transparent; background: transparent;
border: none; border: none;
......
...@@ -70,7 +70,8 @@ ...@@ -70,7 +70,8 @@
} }
.file-finder { .file-finder {
width: 50%; max-width: 500px;
width: 100%;
.file-finder-input { .file-finder-input {
width: 95%; width: 95%;
......
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