Files
vault/ui/app/templates/components/console/log-command.hbs
claire bontempo 7e09f991a8 UI: fix browser console formatting (#20064)
* fix console formatting for help output

* fix again

* fix again

* fix, add to ignore

* fix, add to ignore

* add to ignore file

* fix formatting, no verify

* remove lib/story.md

* add changelog

* hold off updating ignore list for separate ticket

* fix test
2023-04-11 10:42:50 -07:00

2 lines
252 B
Handlebars

{{! using Icon here instead of Chevron because two nested tagless components results in a rendered line break between the tags breaking the layout in the <pre> }}
<p class="console-ui-command is-font-mono"><Icon @name="chevron-right" />{{@content}}</p>