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 56 padding: 0
57 57 span.profile-image
58 58 height: 50px
  59 + width: 50px
59 60 span.fn
60 61 display: none
61 62 .banner-div
... ... @@ -106,6 +107,9 @@
106 107 font-family: 'Ubuntu'
107 108 font-size: 10px
108 109 text-transform: uppercase
  110 + height: 32px
  111 + overflow: hidden
  112 + line-height: 11px
109 113 .block-footer-content
110 114 margin: 0
111 115 .raw-html-block
... ...