Force equal alignment in side-by-side comparison views
authorAlexander Ebert <ebert@woltlab.com>
Sun, 10 Dec 2017 00:11:17 +0000 (01:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 10 Dec 2017 00:11:17 +0000 (01:11 +0100)
wcfsetup/install/files/style/layout/layout.scss

index 2c282f484cba3bef9ea666065bb12ee87d5d9a2d..2271133e182c220aeea1d3b7302af05ce538463d 100644 (file)
@@ -141,6 +141,7 @@ a {
                
                > .section {
                        display: table-cell;
+                       vertical-align: top;
                        width: 49%;
                        
                        & + .section {