Describe the bug
you are adding a <br> tag inside hoursContainer, with no css class assigned: impossible to target for hiding by css
To Reproduce
Steps to reproduce the behavior:
- add to layout
- inspect hoursContainer
Expected behavior
there should not be any <br> tag there
Screenshots

Additional context
If I need a margin it should be added with css, not adding a br! In my particular case I'm styling the hours horizontally:

so this tag interferes as a child in the flex-layout!
Describe the bug
you are adding a
<br>tag inside hoursContainer, with no css class assigned: impossible to target for hiding by cssTo Reproduce
Steps to reproduce the behavior:
Expected behavior
there should not be any
<br>tag thereScreenshots

Additional context

If I need a margin it should be added with css, not adding a br! In my particular case I'm styling the hours horizontally:
so this tag interferes as a child in the flex-layout!