Skip to content

Commit ed86167

Browse files
author
Cathy Siller
committed
fix(loader-button): wrapped word in span to fix broken styles
1 parent 1b9c0f1 commit ed86167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/loaders/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 id="busy">Busy</h2>
2929
</p>
3030
<p>
3131
<button class="hxBtn hxPrimary">
32-
Loading
32+
<span>Loading</span>
3333
<hx-busy :paused="isPaused"></hx-busy>
3434
</button>
3535
</p>
@@ -41,7 +41,7 @@ <h2 id="busy">Busy</h2>
4141
<hx-busy paused></hx-busy>
4242

4343
<button class="hxBtn hxPrimary">
44-
Loading
44+
<span>Loading</span>
4545
<hx-busy paused></hx-busy>
4646
</button>
4747
{% endcode %}
@@ -51,7 +51,7 @@ <h2 id="busy">Busy</h2>
5151
<hx-busy></hx-busy>
5252

5353
<button class="hxBtn hxPrimary">
54-
Loading
54+
<span>Loading</span>
5555
<hx-busy></hx-busy>
5656
</button>
5757
{% endcode %}

0 commit comments

Comments
 (0)