diff --git a/client/src/app/site/pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts b/client/src/app/site/pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts index 9d44ce13fd..a8038be15c 100644 --- a/client/src/app/site/pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts +++ b/client/src/app/site/pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts @@ -299,6 +299,7 @@ export class MotionFormatService { // Removes the unwanted gap between the paragraph and the amendment number if (text[i]?.indexOf(`amendment-nr-n-icon`) !== -1) { text[i + 1] = text[i + 1]?.replace(`os-split-after`, `os-split-after margin-top-0`); + text[i + 1] = text[i + 1]?.replace(`

`, `

`); } if (text[i]?.search(` -1) {