Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Don't you have Javascript on your app when getting the content? You can use CSS function str-replace() to replace part of string where you could add some new lines after each date, but this would require a regular expression to catch the dates. It would be way easier to add the new line with Javascript codes Commented Mar 8, 2020 at 2:14
  • Unfortunately, I do not have access to write any Javascript. My only option is to use css for customization. I am not sure if there is a way to tell css to look for certain characters (like "*" for example) and add line break afterward? Commented Mar 8, 2020 at 2:22
  • Oh so on your content pattern there will always be a *, that could help Commented Mar 8, 2020 at 2:42
  • Yes... That is an option to add "*" at the end or anything else that could be a trigger Commented Mar 8, 2020 at 4:02