mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: file preview text overflow in HumHub theme.
This commit is contained in:
parent
d1bedb8edb
commit
09b6f64053
@ -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)
|
||||
--------------------------------
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user