Fixed td min-height
authorAlexander Ebert <ebert@woltlab.com>
Fri, 2 Sep 2016 09:36:31 +0000 (11:36 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 2 Sep 2016 09:36:36 +0000 (11:36 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index 8d1739da261b4cbb7e9f28f46a13b01cdfdf1512..e45282a7c8f6f8b208cab609f47ae0a12d6676af 100644 (file)
                        border: 1px solid #ddd;
                        padding: 5px;
                        vertical-align: top;
+                       
+                       &::before {
+                               content: "";
+                               display: inline-block;
+                       }
                }
        }
 }