Add wbr style for IE11 compatibility

This commit is contained in:
Paul Gascou-Vaillancourt 2019-04-29 16:07:16 -04:00
parent 1309e180fa
commit ef3faea0c7
2 changed files with 9 additions and 0 deletions

View File

@ -473,3 +473,7 @@ textarea {
/* stylelint-enable */
.lh-100 { line-height: 1; }
wbr {
display: inline-block;
}

View File

@ -0,0 +1,5 @@
---
title: Add CSS fix for <wbr> elements on IE11
merge_request: 27846
author:
type: other