Commit 3edd3041fb7d3dcaf19eca69605de4067205e0c1
1 parent
6eaffc09
Exists in
master
and in
6 other branches
fixed overflow in support proposals
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
sass/_proposal_detail.scss
| ... | ... | @@ -433,6 +433,7 @@ |
| 433 | 433 | min-height: $container-height; |
| 434 | 434 | position: relative; |
| 435 | 435 | margin: 0 0 20px 10px; |
| 436 | + overflow: auto; | |
| 436 | 437 | } |
| 437 | 438 | .subtitle { |
| 438 | 439 | color: #000; |
| ... | ... | @@ -499,6 +500,12 @@ |
| 499 | 500 | } |
| 500 | 501 | } |
| 501 | 502 | } |
| 503 | + .social { | |
| 504 | + span { | |
| 505 | + color: $color; | |
| 506 | + font-weight: 700; | |
| 507 | + } | |
| 508 | + } | |
| 502 | 509 | } |
| 503 | 510 | .experience-proposal-container{ |
| 504 | 511 | float: left; | ... | ... |