File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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">••• '
224224 . esc_attr__ ( 'Show markup and usage ' , 'WpAdminStyle ' )
225225 . '</summary> ' ;
You can’t perform that action at this time.
0 commit comments