Skip to content

Commit 41d213c

Browse files
authored
Merge pull request #10969 from nextcloud/fix/10968/upload-progress
Fixes the upload progress bar layout
2 parents 736f863 + d85ea7f commit 41d213c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/files/css/upload.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
height: 36px;
4545
display:inline-block;
4646
text-align: center;
47+
48+
.ui-progressbar-value {
49+
margin: 0;
50+
}
4751
}
4852
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
4953
height: 100%;

0 commit comments

Comments
 (0)