Skip to content
Snippets Groups Projects
Unverified Commit 5ed00620 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Fix breadcrumbs in file picker

parent c2a956f5
No related branches found
No related tags found
No related merge requests found
......@@ -700,8 +700,10 @@ code {
#oc-dialog-filepicker-content {
.dirtree {
width: 92%;
width: 96%;
flex-wrap: wrap;
padding-left: 12px;
div:first-child a {
background-image: url('../img/places/home.svg?v=1');
background-repeat: no-repeat;
......@@ -1007,6 +1009,9 @@ div.crumb {
white-space: nowrap;
overflow: hidden;
flex: 0 0 auto;
// Some sane max-width for each folder name
max-width: 200px;
&.icon-home {
// Hide home text
text-indent: -9999px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment