Skip to content

Commit

Permalink
change color-alpha span height to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Oct 23, 2019
1 parent af28a3c commit 47d791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-color-picker-alpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

self.toggler.find( 'span.color-alpha' ).css( {
'width' : '30px',
'height' : '24px',
'height' : '100%',
'position' : 'absolute',
'top' : 0,
'left' : 0,
Expand Down

0 comments on commit 47d791f

Please sign in to comment.