From: Alexander Ebert Date: Sun, 24 Jul 2016 19:04:16 +0000 (+0200) Subject: Fixed dialogs being too large after form removal X-Git-Tag: 3.0.0_Beta_1~976 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8cb7d6c3626b6f3c8a119399df6223ed4279d058;p=GitHub%2FWoltLab%2FWCF.git Fixed dialogs being too large after form removal --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js index 01dad2b0d3..665a9944db 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dialog.js @@ -428,6 +428,7 @@ define( } else { contentContainer.classList.remove('dialogForm'); + contentContainer.style.removeProperty('margin-bottom'); } unavailableHeight += DomUtil.outerHeight(data.header);