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/layout | |
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/layout')
-rwxr-xr-x | js/components/layout/document-entry.reel/document-entry.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/layout/document-entry.reel/document-entry.css b/js/components/layout/document-entry.reel/document-entry.css index d723c45f..4601974f 100755 --- a/js/components/layout/document-entry.reel/document-entry.css +++ b/js/components/layout/document-entry.reel/document-entry.css | |||
@@ -11,7 +11,7 @@ | |||
11 | .documentEntry span | 11 | .documentEntry span |
12 | { | 12 | { |
13 | display: inline-block; | 13 | display: inline-block; |
14 | white-space: nowrap; | 14 | white-space: pre; |
15 | overflow: hidden; | 15 | overflow: hidden; |
16 | text-overflow: ellipsis; | 16 | text-overflow: ellipsis; |
17 | max-width:100px; | 17 | max-width:100px; |