Skip to content

Commit 0861719

Browse files
authored
Merge pull request #11525 from nextcloud/fix/11315/filepicker-buttons-nc14
[14] Fixes the move/copy picker buttons
2 parents 491db08 + 7253365 commit 0861719

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

apps/files/css/upload.scss

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,22 @@
172172
.oc-dialog .fileexists #allfiles + span{
173173
vertical-align: bottom;
174174
}
175+
175176
.oc-dialog .oc-dialog-buttonrow {
177+
display: flex;
178+
justify-content: flex-end;
176179
width:100%;
177180
text-align:right;
178-
}
179-
.oc-dialog .oc-dialog-buttonrow .cancel {
180-
float:left;
181+
182+
button {
183+
white-space: nowrap;
184+
overflow: hidden;
185+
text-overflow: ellipsis;
186+
}
187+
188+
.cancel {
189+
float:left;
190+
}
181191
}
182192

183193
.highlightUploaded {

0 commit comments

Comments
 (0)