Fixed floating issue
authorMarcel Werk <burntime@woltlab.com>
Fri, 3 Oct 2014 20:27:28 +0000 (22:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 3 Oct 2014 20:27:28 +0000 (22:27 +0200)
wcfsetup/install/files/style/form.less

index 22767feda00e80aee2fea312efec18d7336b1f87..2ec6ab9a74b8592d4d8ae84eceb1e33f3376ce8c 100644 (file)
@@ -41,6 +41,7 @@ dl:not(.plain) {
        }
        
        > dt {
+               clear: left;
                color: @wcfLabelColor;
                float: left;
                text-align: right;