Fixed alignment issue in inlineDataList
authorMarcel Werk <burntime@woltlab.com>
Sun, 9 Oct 2016 10:13:23 +0000 (12:13 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 9 Oct 2016 10:13:23 +0000 (12:13 +0200)
wcfsetup/install/files/style/element/dl.scss

index 30f395f74904608cc2074724176a5412a57310a3..ade5d924336683cc6d4ac5036cd0e06e99f550bc 100644 (file)
@@ -90,6 +90,7 @@ dl {
        &.inlineDataList {
                > dt {
                        display: inline-block;
+                       vertical-align: middle;
                        
                        &:after {
                                content: ":";
@@ -99,6 +100,7 @@ dl {
                
                > dd {
                        display: inline-block;
+                       vertical-align: middle;
                        
                        &:not(:last-of-type):after {
                                content: ",";