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

@@ -451,6 +451,10 @@ span {
height: 100%;
line-height: 40px;
cursor: default;
width: auto;
overflow: hidden;
white-space: nowrap;
direction: rtl;
.element {
padding: 5px;
border: 1px solid @toolbar-bg;