Skip to content

Commit

Permalink
Fix filename overlapping the remove button in the Upload dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 2, 2020
1 parent 0d87df8 commit 55d928a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mockup/patterns/upload/templates/preview.xml
@@ -1,5 +1,5 @@
<div class="row item form-inline">
<div class="col-md-1 action">
<div class="col-xs-2 action">
<button
type="button"
class="btn btn-danger btn-xs remove-item"
Expand All @@ -8,7 +8,7 @@
<span class="glyphicon glyphicon-remove"></span>
</button>
</div>
<div class="col-md-8 title">
<div class="col-xs-7 title">
<div class="dz-preview">
<div class="dz-details">
<div class="dz-filename"><span data-dz-name></span></div>
Expand All @@ -19,7 +19,7 @@
<span class="dz-upload" data-dz-uploadprogress></span>
</div>
</div>
<div class="col-md-3 info">
<div class="col-xs-3 info">
<div class="dz-size" data-dz-size></div>
<img data-dz-thumbnail />
</div>
Expand Down
4 changes: 4 additions & 0 deletions news/1000.bugfix
@@ -0,0 +1,4 @@
Fix filename overlapping the remove button in the Upload dialog.
This fixes https://github.com/plone/Products.CMFPlone/issues/2533 and
https://github.com/plone/plonetheme.barceloneta/issues/204
[vincentfretin]

0 comments on commit 55d928a

Please sign in to comment.