Skip to content

Commit

Permalink
fix(demo): modal class width
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed Apr 18, 2024
1 parent 0dfcd18 commit 2ee4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-newspack-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ public static function return_demo_content() {
<button id="open-modal-example" class="newspack-ui__button newspack-ui__button--primary">Open Modal</button>
<div id="newspack-modal-example" class="newspack-ui__modal-container">
<div class="newspack-ui__modal-container__overlay"></div>
<div class="newspack-ui__modal newspack-ui__modal__small">
<div class="newspack-ui__modal newspack-ui__modal--small">
<header class="newspack-ui__modal__header">
<h2>Auth Modal Contents Default</h2>

Expand Down

0 comments on commit 2ee4d9d

Please sign in to comment.