mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Added Wall Entry Margin Right (#5769)
* Added Wall Entry Margin Right * Update CHANGELOG_DEV.md
This commit is contained in:
parent
7b5c9b7b22
commit
c910321ebc
@ -14,6 +14,7 @@
|
|||||||
- Fix #5338: Content topic/visibility changes are re-indexed in search index
|
- Fix #5338: Content topic/visibility changes are re-indexed in search index
|
||||||
- Enh #5535: Invisible users
|
- Enh #5535: Invisible users
|
||||||
- Enh #5747: Switch Mailer Library to `Symfony Mailer`
|
- Enh #5747: Switch Mailer Library to `Symfony Mailer`
|
||||||
|
- Enh #5769: Added more right margin on wall entries
|
||||||
- Enh #5767: Display placeholder for date filter
|
- Enh #5767: Display placeholder for date filter
|
||||||
- Enh #5747: Switch Mailer Library to `Symfony Mailer`
|
- Enh #5747: Switch Mailer Library to `Symfony Mailer`
|
||||||
- Fix #5765: Fix rendering content form on external modules
|
- Fix #5765: Fix rendering content form on external modules
|
||||||
|
@ -162,6 +162,7 @@
|
|||||||
|
|
||||||
.wall-entry-body {
|
.wall-entry-body {
|
||||||
padding-left: @wallEntryContentLeftPadding;
|
padding-left: @wallEntryContentLeftPadding;
|
||||||
|
padding-right: @wallEntryContentLeftPadding;
|
||||||
|
|
||||||
.wall-entry-content {
|
.wall-entry-content {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user