mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix long words in comment form (#5581)
* Fix long words in comment form * Update CHANGELOG_DEV.md Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
0fcb165b29
commit
c47d9f219d
@ -38,4 +38,5 @@
|
|||||||
- Enh #4823: Removed CHTML and CActiveForm classes as well as usages (plus refactoring)
|
- Enh #4823: Removed CHTML and CActiveForm classes as well as usages (plus refactoring)
|
||||||
- Fix #5449: File - Update info after `setStoredFileContent` and `setStoredFile`
|
- Fix #5449: File - Update info after `setStoredFileContent` and `setStoredFile`
|
||||||
- Enh #5127: LDAP: Reset mapping for single user only
|
- Enh #5127: LDAP: Reset mapping for single user only
|
||||||
|
- Fix #5581: Fix long words in comment form
|
||||||
- Fix #5578: Improved `rememberMe` parameter handling for thirdparty auth provider
|
- Fix #5578: Improved `rememberMe` parameter handling for thirdparty auth provider
|
||||||
|
@ -101,6 +101,9 @@
|
|||||||
.field-comment-message, .field-post-message {
|
.field-comment-message, .field-post-message {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: min-content;
|
flex-basis: min-content;
|
||||||
|
[data-ui-markdown] {
|
||||||
|
word-break: break-word !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.form-group, .help-block {
|
.form-group, .help-block {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user