Skip to content
Snippets Groups Projects
Commit 61d97915 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3315 from yujinakayama/fix-project-summary-box-overflow

Fix overflow of text in the project summary box in Chrome and Safari
parents 360bd899 325a933e
Branches
Tags
No related merge requests found
Loading
@@ -13,6 +13,7 @@
Loading
@@ -13,6 +13,7 @@
background: #F9F9F9; background: #F9F9F9;
margin-bottom: 25px; margin-bottom: 25px;
border: 1px solid #CCC; border: 1px solid #CCC;
word-wrap: break-word;
@include solid-shade; @include solid-shade;
   
&.ui-box-show { &.ui-box-show {
Loading
@@ -41,7 +42,6 @@
Loading
@@ -41,7 +42,6 @@
.ui-box-body, .ui-box-body,
.ui-box-bottom { .ui-box-bottom {
padding: 15px; padding: 15px;
word-wrap: break-word;
   
.clearfix { .clearfix {
margin: 0; margin: 0;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment