diff options
author | Ananya Sen | 2012-03-22 10:45:38 -0700 |
---|---|---|
committer | Ananya Sen | 2012-03-22 10:45:38 -0700 |
commit | f639ae09013dfb6559891bbbe560bd5303a05f97 (patch) | |
tree | 7caeed1400e2e398a8ff4cf783bbbfe6d0b2c4cd /js/components/ui/icon-list-basic | |
parent | 5b0ff2b7347d158876c366c51988a94570dda18b (diff) | |
download | ninja-f639ae09013dfb6559891bbbe560bd5303a05f97.tar.gz |
IKNINJA-1364 : fixed css so that white spaces are not collapsed while rendering
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/components/ui/icon-list-basic')
-rw-r--r-- | js/components/ui/icon-list-basic/icon.reel/icon.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/ui/icon-list-basic/icon.reel/icon.css b/js/components/ui/icon-list-basic/icon.reel/icon.css index 9fb180d2..203db65c 100644 --- a/js/components/ui/icon-list-basic/icon.reel/icon.css +++ b/js/components/ui/icon-list-basic/icon.reel/icon.css | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | .icon .iconLabel{ | 36 | .icon .iconLabel{ |
37 | margin-top:8px; | 37 | margin-top:8px; |
38 | white-space: nowrap; | 38 | white-space: pre; |
39 | text-overflow: ellipsis; | 39 | text-overflow: ellipsis; |
40 | line-height:15px; | 40 | line-height:15px; |
41 | overflow: hidden; | 41 | overflow: hidden; |