diff options
| author | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-04-29 16:07:16 -0400 |
|---|---|---|
| committer | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-05-06 16:12:51 -0400 |
| commit | ef3faea0c77c948e646a83cd269abf3766b51e00 (patch) | |
| tree | 8f4fb2f2918ccf9807867ce2e3244f9ad86c1c86 | |
| parent | 1309e180fad744658ed8de9d912fb4eaf9998be8 (diff) | |
| download | gitlab-ce-friendly-wrap-component.tar.gz | |
Add wbr style for IE11 compatibilityfriendly-wrap-component
| -rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 4 | ||||
| -rw-r--r-- | changelogs/unreleased/friendly-wrap-component.yml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 244b414d334..7c152efd9c7 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -473,3 +473,7 @@ textarea { /* stylelint-enable */ .lh-100 { line-height: 1; } + +wbr { + display: inline-block; +} diff --git a/changelogs/unreleased/friendly-wrap-component.yml b/changelogs/unreleased/friendly-wrap-component.yml new file mode 100644 index 00000000000..c16ca0af287 --- /dev/null +++ b/changelogs/unreleased/friendly-wrap-component.yml @@ -0,0 +1,5 @@ +--- +title: Add CSS fix for <wbr> elements on IE11 +merge_request: 27846 +author: +type: other |
