Added Wall Entry Margin Right (#5769)

* Added Wall Entry Margin Right

* Update CHANGELOG_DEV.md
This commit is contained in:
Lucas Bartholemy 2022-06-22 18:04:29 +02:00 committed by GitHub
parent 7b5c9b7b22
commit c910321ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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