Skip to content

Commit

Permalink
[-] FO : FixBug #PSCSX-1857
Browse files Browse the repository at this point in the history
  • Loading branch information
jnadaud committed Apr 17, 2014
1 parent 849ca7f commit aa1df43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/default-bootstrap/css/product.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ span.view_scroll_spacer {
padding: 0 20px 20px;
word-wrap: break-word; }
#page .rte p {
margin-bottom: 0; }
margin-bottom: 1em;
min-height: 1px; }

#attributes fieldset {
padding-bottom: 3px; }
Expand Down
3 changes: 2 additions & 1 deletion themes/default-bootstrap/sass/product.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ span.view_scroll_spacer {
padding: 0 20px 20px;
word-wrap: break-word;
p{
margin-bottom: 0;
margin-bottom: 1em;
min-height: 1px
}
}
#attributes{
Expand Down

0 comments on commit aa1df43

Please sign in to comment.