Fix path size width in drive

This commit is contained in:
yflory
2017-06-20 14:56:15 +02:00
parent 59fb5bd8be
commit c3f636851a
3 changed files with 6 additions and 2 deletions

View File

@@ -227,6 +227,7 @@ span.fa-folder-open {
display: flex;
flex-flow: column;
flex: 1;
min-width: 0;
}
#content {
box-sizing: border-box;