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:
commit
0fd571bf4d
2 changed files with 9 additions and 0 deletions
|
@ -473,3 +473,7 @@ textarea {
|
|||
/* stylelint-enable */
|
||||
|
||||
.lh-100 { line-height: 1; }
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
5
changelogs/unreleased/friendly-wrap-component.yml
Normal file
5
changelogs/unreleased/friendly-wrap-component.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add CSS fix for <wbr> elements on IE11
|
||||
merge_request: 27846
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue