Commit 325a933e0b217e7908983771b3893dd577f57a3d
1 parent
77faffbd
Exists in
master
and in
4 other branches
Fix overflow of text in the project summary box in Chrome and Safari
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -13,6 +13,7 @@ | @@ -13,6 +13,7 @@ | ||
13 | background: #F9F9F9; | 13 | background: #F9F9F9; |
14 | margin-bottom: 25px; | 14 | margin-bottom: 25px; |
15 | border: 1px solid #CCC; | 15 | border: 1px solid #CCC; |
16 | + word-wrap: break-word; | ||
16 | @include solid-shade; | 17 | @include solid-shade; |
17 | 18 | ||
18 | &.ui-box-show { | 19 | &.ui-box-show { |
@@ -41,7 +42,6 @@ | @@ -41,7 +42,6 @@ | ||
41 | .ui-box-body, | 42 | .ui-box-body, |
42 | .ui-box-bottom { | 43 | .ui-box-bottom { |
43 | padding: 15px; | 44 | padding: 15px; |
44 | - word-wrap: break-word; | ||
45 | 45 | ||
46 | .clearfix { | 46 | .clearfix { |
47 | margin: 0; | 47 | margin: 0; |