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.
This commit is contained in:
patriceac 2023-02-22 19:11:18 -08:00 committed by GitHub
parent 7c1f18b6cd
commit 204a68b17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,7 @@
</div>
</div>
</div>
<div class="clearfix" style="clear: both;"></div>
</div>
</div>
</div>