Fix for IE being IE
authorAlexander Ebert <ebert@woltlab.com>
Tue, 23 Aug 2016 16:04:21 +0000 (18:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 23 Aug 2016 16:04:26 +0000 (18:04 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index 634928bce26b116d20f19a2725749e0e37a65b68..43c8cfbd950c05639e75fbb3798356fcbf5ece5a 100644 (file)
        outline: none;
        overflow: auto;
        
+       * {
+               // setting min-width to "0" inside contenteditable causes
+               // IE11 to do all sort of funny things
+               min-width: auto;
+       }
+       
        & + textarea {
                border-width: 0;
                box-shadow: none;