Commit b2b5df5247ccd261da29ab3babb2275141de3685
1 parent
9ee7fdc3
Exists in
master
and in
12 other branches
Minor fix on the text's box of the news on homepage - #613
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/home-page.css
@@ -319,7 +319,7 @@ | @@ -319,7 +319,7 @@ | ||
319 | 319 | ||
320 | .controller-environment_design #content .display-content-block .lead, | 320 | .controller-environment_design #content .display-content-block .lead, |
321 | .action-home-index #content .display-content-block .lead{ | 321 | .action-home-index #content .display-content-block .lead{ |
322 | - max-height: 47px; | 322 | + max-height: 43px; |
323 | overflow: hidden; | 323 | overflow: hidden; |
324 | } | 324 | } |
325 | 325 |