Commit 0fd571bf authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'friendly-wrap-component' into 'master'

Add wbr style for IE11 compatibility

See merge request gitlab-org/gitlab-ce!27846
parents 5cd079e4 ef3faea0
......@@ -473,3 +473,7 @@ textarea {
/* stylelint-enable */
.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