Add wbr style for IE11 compatibility

parent 1309e180
...@@ -473,3 +473,7 @@ textarea { ...@@ -473,3 +473,7 @@ textarea {
/* stylelint-enable */ /* stylelint-enable */
.lh-100 { line-height: 1; } .lh-100 { line-height: 1; }
wbr {
display: inline-block;
}
---
title: Add CSS fix for <wbr> elements on IE11
merge_request: 27846
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment