Commit b43853ecdbeb1c48daedbf40aa4ec204578a6093
1 parent
1bbc57f3
Exists in
master
and in
5 other branches
fix height of displayed communties name
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
_conexions.sass
@@ -82,13 +82,13 @@ | @@ -82,13 +82,13 @@ | ||
82 | .common-profile-list-block | 82 | .common-profile-list-block |
83 | li.vcard | 83 | li.vcard |
84 | border: none | 84 | border: none |
85 | - height: 100px | 85 | + min-height: 100px |
86 | width: 72px | 86 | width: 72px |
87 | &:hover | 87 | &:hover |
88 | background: none | 88 | background: none |
89 | border: none | 89 | border: none |
90 | a.profile_link | 90 | a.profile_link |
91 | - height: 100px | 91 | + min-height: 100px |
92 | margin: 0 5px | 92 | margin: 0 5px |
93 | padding: 0 | 93 | padding: 0 |
94 | span | 94 | span |