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

Add wbr style for IE11 compatibility

See merge request gitlab-org/gitlab-ce!27846
This commit is contained in:
Tim Zallmann 2019-05-07 08:43:18 +00:00
commit 0fd571bf4d
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