Skip to content

Commit

Permalink
Merge pull request #503 from wpmudev/fix/SUI-134
Browse files Browse the repository at this point in the history
docs(modal): Slide modal example doesn't work.
  • Loading branch information
iamleigh authored May 20, 2022
2 parents 4711ed5 + 8fb34d7 commit 443f15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page-modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ <h3 class="sui-box-title">Slide Modal</h3>

&lt;div
id=&quot;slide-unique-id&quot;
class=&quot;sui-modal-slide sui-active&quot;
class=&quot;sui-modal-slide sui-active sui-loaded&quot;
data-modal-size=&quot;md&quot;
&gt;&lt;/div&gt;

Expand All @@ -600,7 +600,7 @@ <h3 class="sui-box-title">Slide Modal</h3>
--&gt;
&lt;div
id=&quot;slide-unique-id&quot;
class=&quot;sui-modal-slide sui-active&quot;
class=&quot;sui-modal-slide&quot;
data-modal-size=&quot;sm&quot;
&gt;&lt;/div&gt;

Expand Down

0 comments on commit 443f15e

Please sign in to comment.