summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 03:19:29 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 03:19:29 -0700
commit61d979156c92f3670bc56c9c36fde8b2445ec16a (patch)
treec01fab5628683ef1965735392117a4177e576822 /app/assets
parent360bd899e8c2783bfdf49988875552bd0809fa12 (diff)
parent325a933e0b217e7908983771b3893dd577f57a3d (diff)
downloadgitlab-ce-61d979156c92f3670bc56c9c36fde8b2445ec16a.tar.gz
Merge pull request #3315 from yujinakayama/fix-project-summary-box-overflow
Fix overflow of text in the project summary box in Chrome and Safari
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 842e7a08057..6604d11d0f8 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -13,6 +13,7 @@
background: #F9F9F9;
margin-bottom: 25px;
border: 1px solid #CCC;
+ word-wrap: break-word;
@include solid-shade;
&.ui-box-show {
@@ -41,7 +42,6 @@
.ui-box-body,
.ui-box-bottom {
padding: 15px;
- word-wrap: break-word;
.clearfix {
margin: 0;