Commit 77e36511c1c38fa7216b24a4c5be06a7401405ad

Authored by Melissa Wen
1 parent 73c4bb6a

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 282 float: none
283 283 .common-profile-list-block
284 284 span
285   - line-height: 1.2em
286   - overflow: visible
  285 + height: 28px
  286 + line-height: 12px
  287 + overflow: hidden
287 288 width: 60px
288 289 word-wrap: break-word
289 290 .profile-image
290 291 display: block
291   - height: 56px
  292 + height: 52px
292 293 max-height: 100%
293 294 width: 100%
294 295 .vcard
... ... @@ -320,9 +321,6 @@
320 321 .common-profile-list-block, .comment-actions
321 322 .vcard a
322 323 margin: 0
323   - height: auto
324   - padding-top: 0
325   - overflow: visible
326 324 #content .comment-actions li
327 325 padding: 2px
328 326 #article .article-comment .comment-details .comment-actions h4
... ...