diff --git a/frontend/style/annotations/list.less b/frontend/style/annotations/list.less index cbd717707..88b84787b 100644 --- a/frontend/style/annotations/list.less +++ b/frontend/style/annotations/list.less @@ -336,6 +336,14 @@ position: relative; top: 2px; width: 60%; // Mobile + + br { + content: "" + } + + br:after { + content: "\00a0" + } } .content-item .actions {