Skip to content

Commit

Permalink
Prevent Add/Change CRF button wrapping on whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Dec 19, 2024
1 parent f33a680 commit 9644539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a title="{{ label|default:"Add CRF"}}" role="button" class="button" href="{{ url }}">Add&nbsp;CRF</a>
<a title="{{ label|default:"Add CRF"}}" role="button" class="button" style="white-space: nowrap" href="{{ url }}">Add&nbsp;CRF</a>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a title="{{ title|default:"Change CRF"}}" role="button" class="button" href="{{ url }}">{{ label|default:"Change&nbsp;CRF" }}</a>
<a title="{{ title|default:"Change CRF"}}" role="button" class="button" style="white-space: nowrap" href="{{ url }}">{{ label|default:"Change&nbsp;CRF" }}</a>

0 comments on commit 9644539

Please sign in to comment.