diff options
| author | Teddy Wing | 2012-06-24 12:51:27 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 12:51:27 -0400 |
| commit | d3fd7fa82303451954d2562c120153d0df49e7d5 (patch) | |
| tree | fb242b58e861454fbb46b5533855f0ef5bbf7b41 /Resources/friendship/ui | |
| parent | c6758405b5525bfc6e3564116819ba72108ee444 (diff) | |
| download | LikeFeed-d3fd7fa82303451954d2562c120153d0df49e7d5.tar.bz2 | |
LikeList: changed title of rows to only have one line. (by fixing the height value)
Diffstat (limited to 'Resources/friendship/ui')
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index f46ba55..9e7f872 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -122,7 +122,7 @@ textAlign:'left', top:item_type.height + 2, left: profile_icon.width + 14, - height:'auto', + height:18, wordWrap:false }); |
