Fix the path in the drive overriding the content area

This commit is contained in:
yflory
2017-02-24 11:01:33 +01:00
parent d7d7165dc4
commit 55fb0f03ae
3 changed files with 28 additions and 0 deletions

View File

@@ -392,6 +392,10 @@ span.fa-folder-open {
height: 100%;
line-height: 40px;
cursor: default;
width: auto;
overflow: hidden;
white-space: nowrap;
direction: rtl;
}
#driveToolbar .path .element {
padding: 5px;