Skip to content

Commit

Permalink
clean up pattern view
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Jun 14, 2018
1 parent 213ccd3 commit 3b352db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This projec

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

## 1.5.1
* Fixed overlay on menu. #46
Expand Down
2 changes: 1 addition & 1 deletion WpAdminStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function get_style_examples() {

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

0 comments on commit 3b352db

Please sign in to comment.