Skip to content

Commit

Permalink
fix pickers too small
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Aug 14, 2024
1 parent 2accc75 commit 8c711b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Donate link: https://www.groundhogg.io/pricing/
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.1
Stable tag: 3.5
Stable tag: 3.5.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.md

Expand Down Expand Up @@ -349,7 +349,10 @@ You can purchase a premium plan for access to support and our premium extensions

== Changelog ==

= 3.5 (2024-08-05) =
= 3.5.0.1 (2024-08-14) =
* FIXED Pickers not appearing full width

= 3.5 (2024-08-14) =
* ADDED New social networks for the social icons block: Threads, GitHub, Discord, Rumble, Truth Social, and Odysee
* ADDED Reports API to the Rest API Playground
* ADDED Automated weekly and monthly emailed overview reports to admins.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin/make-el.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@
id,
className: `gh-picker-container`,
tabindex: '0',
...attributes,
}, Div({
id: `${id}-picker`,
className: `gh-picker ${ optionsVisible() ? 'options-visible' : '' }`,
Expand Down Expand Up @@ -1230,7 +1231,6 @@
}, 'picker focused')
})
},
...attributes,
}, [
Div({
className: `gh-picker-selected ${ multiple ? 'multiple' : 'single' }`,
Expand Down
Loading

0 comments on commit 8c711b9

Please sign in to comment.