diff options
Diffstat (limited to 'js/components/layout/document-entry.reel/document-entry.css')
-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; |