diff options
| author | Nikita Bernstein | 2012-06-23 23:38:42 -0400 | 
|---|---|---|
| committer | Nikita Bernstein | 2012-06-23 23:38:48 -0400 | 
| commit | 6d0e39cdd9e2bc68710c2f40a9bfdbfcb724ea45 (patch) | |
| tree | 77b5e6dbe3da488aadeca4a59ccf02b8884a91d4 | |
| parent | f10b81baaaad0a03e30c4c758c05401fcd101fbf (diff) | |
| download | LikeFeed-6d0e39cdd9e2bc68710c2f40a9bfdbfcb724ea45.tar.bz2 | |
Experimenting with WordWrap
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 7b2e037..f195804 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -28,7 +28,8 @@  			textAlign:'left',  			top:2,  			left:52, -			height:26 +			wordWrap:true +			//height:26  		});  		row.height = 50; | 
