Fix: file preview text overflow in HumHub theme.

This commit is contained in:
buddh4 2017-02-20 15:18:59 +01:00
parent d1bedb8edb
commit 09b6f64053
3 changed files with 8 additions and 1 deletions

View File

@ -40,6 +40,9 @@ HumHub Change Log
- Enh: Added editModal for editing wallentries within a modal instead of inline
- Fix: Oembed not rendered in richtext.
- Enh: Smarter show more logic - Only cut text if it overlaps the max height by a specific span.
- Enh: Added getContextMenu for defining wallentry context options.
- Enh: Added editMode to WallEntry for allowing modal based edits.
- Fix: file-preview text overflow in HumHub theme.
1.2.0-beta.1 (February 08, 2017)
--------------------------------

View File

@ -17,6 +17,10 @@
cursor: pointer;
}
.file-preview-item {
text-overflow: ellipsis;
overflow:hidden;
}
.post-files {
margin-top: 10px;

File diff suppressed because one or more lines are too long