GUAC-1172: Allow file browser breadcrumbs to wrap.

This commit is contained in:
Michael Jumper
2015-07-03 11:55:10 -07:00
parent 6edb954501
commit 94b022b513

View File

@@ -52,6 +52,7 @@
}
#filesystem-menu .header.breadcrumbs {
display: block;
background: rgba(0,0,0,0.0125);
border-bottom: 1px solid rgba(0,0,0,0.05);
box-shadow: none;
@@ -60,6 +61,7 @@
}
#filesystem-menu .header.breadcrumbs .breadcrumb {
display: inline-block;
padding: 0.5em;
font-size: 0.8em;
font-weight: bold;