From 7000b534f067212c57cc7d60a5b8fe1afdf9bbbc Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Tue, 7 Jul 2020 16:23:45 +0200 Subject: [PATCH] Fix filename overlapping the remove button in the Upload dialog --- mockup/patterns/upload/templates/preview.xml | 6 +++--- news/1000.bugfix | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 news/1000.bugfix diff --git a/mockup/patterns/upload/templates/preview.xml b/mockup/patterns/upload/templates/preview.xml index ecac9dd7a..91e91d5f9 100644 --- a/mockup/patterns/upload/templates/preview.xml +++ b/mockup/patterns/upload/templates/preview.xml @@ -1,5 +1,5 @@
-
+
-
+
@@ -19,7 +19,7 @@
-
+
diff --git a/news/1000.bugfix b/news/1000.bugfix new file mode 100644 index 000000000..004469547 --- /dev/null +++ b/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]