Fixed style issue in avatar form
authorMarcel Werk <burntime@woltlab.com>
Sat, 19 Nov 2016 18:30:54 +0000 (19:30 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 19 Nov 2016 18:31:02 +0000 (19:31 +0100)
wcfsetup/install/files/style/ui/avatar.scss

index 336847134b2f66505fc068474c39ce0542435fd1..36e4e00dacd70781638f55698ec025253d00dce3 100644 (file)
@@ -16,7 +16,7 @@
        
        @include screen-md-up {
                /* use fixed height to ensure a constant gap between <dl> with and without an image */
-               height: 100px;
+               min-height: 100px;
                
                > dt:not(:empty) {
                        margin: 0 0 0 30px;