We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 491db08 + 7253365 commit 0861719Copy full SHA for 0861719
apps/files/css/upload.scss
@@ -172,12 +172,22 @@
172
.oc-dialog .fileexists #allfiles + span{
173
vertical-align: bottom;
174
}
175
+
176
.oc-dialog .oc-dialog-buttonrow {
177
+ display: flex;
178
+ justify-content: flex-end;
179
width:100%;
180
text-align:right;
-}
-.oc-dialog .oc-dialog-buttonrow .cancel {
- float:left;
181
182
+ button {
183
+ white-space: nowrap;
184
+ overflow: hidden;
185
+ text-overflow: ellipsis;
186
+ }
187
188
+ .cancel {
189
+ float:left;
190
191
192
193
.highlightUploaded {
0 commit comments