Commit 46f22d39415546ef544f7b91ffaa59be16c2eac9

Authored by Melissa Wen
1 parent be4b8ad4

On homepage - fix profile width of people block and community name overflow

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
partial_sass/_conexions.sass
@@ -56,6 +56,7 @@ @@ -56,6 +56,7 @@
56 padding: 0 56 padding: 0
57 span.profile-image 57 span.profile-image
58 height: 50px 58 height: 50px
  59 + width: 50px
59 span.fn 60 span.fn
60 display: none 61 display: none
61 .banner-div 62 .banner-div
@@ -106,6 +107,9 @@ @@ -106,6 +107,9 @@
106 font-family: 'Ubuntu' 107 font-family: 'Ubuntu'
107 font-size: 10px 108 font-size: 10px
108 text-transform: uppercase 109 text-transform: uppercase
  110 + height: 32px
  111 + overflow: hidden
  112 + line-height: 11px
109 .block-footer-content 113 .block-footer-content
110 margin: 0 114 margin: 0
111 .raw-html-block 115 .raw-html-block