From e50b840215aca5a9db7b551b4cebb760efcbb4bb Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 6 Oct 2014 15:59:08 +0200 Subject: [PATCH] Fixed floating issue in empty DDs --- wcfsetup/install/files/style/form.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 2ec6ab9a74..5eb421ffe8 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -41,7 +41,6 @@ dl:not(.plain) { } > dt { - clear: left; color: @wcfLabelColor; float: left; text-align: right; @@ -121,6 +120,12 @@ dl:not(.plain) { > .innerError + label { margin-top: 2px; } + + &:after { + clear: left; + content: ""; + display: block; + } } /* wide */ -- 2.20.1