From 204a68b17da7ea569e11939c7ae93441bd898ef5 Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:11:18 -0800 Subject: [PATCH] Fix the display of the Preview options button The preview options button overlaps the image task container when the window is reduced because of the float:right property of the button. This technique makes the parent div grow as needed when it contains a floated element, resulting in cleaner display. --- ui/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/index.html b/ui/index.html index b1805a16..ba96c501 100644 --- a/ui/index.html +++ b/ui/index.html @@ -306,6 +306,7 @@ +