Fix buttons wrapping on long folder names

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-01 20:38:10 +02:00 committed by Michael Weimann
parent e0147a50e8
commit 905097eca9
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 11 additions and 3 deletions

View File

@ -168,12 +168,20 @@
.oc-dialog .fileexists #allfiles + span{
vertical-align: bottom;
}
.oc-dialog .oc-dialog-buttonrow {
width:100%;
text-align:right;
}
.oc-dialog .oc-dialog-buttonrow .cancel {
float:left;
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cancel {
float:left;
}
}
.highlightUploaded {