Skip to content

Commit 3b352db

Browse files
committed
clean up pattern view
1 parent 213ccd3 commit 3b352db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This projec
33

44
## 1.5.2
55
* Fixed markup in 2 Columns Layout: static (px) section since WP change to button markup instead of div.
6+
* Fixed the admin notices to leave always visible.
67

78
## 1.5.1
89
* Fixed overlay on menu. #46

WpAdminStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function get_style_examples() {
219219

220220
echo '<section class="pattern" id="' . esc_attr( $anker ) . '">';
221221
include_once $patterns;
222-
echo '<details class="primer">';
222+
echo '<details class="primer" style="display: inline-block; width: 100%;">';
223223
echo '<summary title="Show markup and usage">&#8226;&#8226;&#8226; '
224224
. esc_attr__( 'Show markup and usage', 'WpAdminStyle' )
225225
. '</summary>';

0 commit comments

Comments
 (0)