Commit 77e36511c1c38fa7216b24a4c5be06a7401405ad
1 parent
73c4bb6a
Exists in
master
and in
2 other branches
fix community and people block overflow
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
partial_sass/_old_internal_style.sass
@@ -282,13 +282,14 @@ | @@ -282,13 +282,14 @@ | ||
282 | float: none | 282 | float: none |
283 | .common-profile-list-block | 283 | .common-profile-list-block |
284 | span | 284 | span |
285 | - line-height: 1.2em | ||
286 | - overflow: visible | 285 | + height: 28px |
286 | + line-height: 12px | ||
287 | + overflow: hidden | ||
287 | width: 60px | 288 | width: 60px |
288 | word-wrap: break-word | 289 | word-wrap: break-word |
289 | .profile-image | 290 | .profile-image |
290 | display: block | 291 | display: block |
291 | - height: 56px | 292 | + height: 52px |
292 | max-height: 100% | 293 | max-height: 100% |
293 | width: 100% | 294 | width: 100% |
294 | .vcard | 295 | .vcard |
@@ -320,9 +321,6 @@ | @@ -320,9 +321,6 @@ | ||
320 | .common-profile-list-block, .comment-actions | 321 | .common-profile-list-block, .comment-actions |
321 | .vcard a | 322 | .vcard a |
322 | margin: 0 | 323 | margin: 0 |
323 | - height: auto | ||
324 | - padding-top: 0 | ||
325 | - overflow: visible | ||
326 | #content .comment-actions li | 324 | #content .comment-actions li |
327 | padding: 2px | 325 | padding: 2px |
328 | #article .article-comment .comment-details .comment-actions h4 | 326 | #article .article-comment .comment-details .comment-actions h4 |