Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ If you want the theme to be translated into your language, feel free to contribu
/**********************************************************/

== Changelog ==
= TBD =
* Fix - Search button design issue caused by WP 5.8.

= Version 1.6.0 - 2021-07-06 =
* Enhancement - Added 'font-display: swap' CSS property for fonts to ensure better load performance.

Expand Down
8 changes: 0 additions & 8 deletions sass/site/secondary/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,11 @@
.widget_search button {
height: 36px;
margin-left: -3px;
width: 15%;
}



.widget_search input[type="search"] {
width: 70%;
display: inline-block;
vertical-align: top;
}

.widget_search button {
height: 36px;
margin-left: -3px;
width: 46px;
}
Loading