Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-04-29 23:07:16 +0300
committerPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-05-06 23:12:51 +0300
commitef3faea0c77c948e646a83cd269abf3766b51e00 (patch)
tree8f4fb2f2918ccf9807867ce2e3244f9ad86c1c86 /app/assets/stylesheets/framework/typography.scss
parent1309e180fad744658ed8de9d912fb4eaf9998be8 (diff)
Add wbr style for IE11 compatibility
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 4 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;
+}