Using non-breaking space entity between button elements. While this works, it's better to use CSS margin/gap properties for spacing between elements rather than inserting HTML entities for visual spacing.
<button (click)="onNewModel()" style="margin-right: 0.5rem;">+ Add</button>
Originally posted by @Copilot in #20 (comment)
Using non-breaking space entity between button elements. While this works, it's better to use CSS margin/gap properties for spacing between elements rather than inserting HTML entities for visual spacing.
Originally posted by @Copilot in #20 (comment)