Skip to content

Commit

Permalink
remove not necessary fix (#7792)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuliga committed May 9, 2024
1 parent 1dba09d commit ac3bdf2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lettre/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,6 @@ input:not([type="submit"]):not([type="button"]):focus {
margin: 0;
}

/*
* Fixes an issue with Jetpack Subscribe block.
* Necessary until Jetpack 11.7 is released:
* https://github.com/Automattic/jetpack/milestone/295
*/

.wp-block-jetpack-subscriptions__container .wp-element-button:not(.block-editor-rich-text__editable),
.wp-block-jetpack-subscriptions__container .wp-block-button__link:not(.block-editor-rich-text__editable) {
font-size: inherit;
margin-top: 10px;
padding: 24px 36px 24px 36px;
width: 100%;
}

/*
* Refine mobile navigation styling.
*/
Expand Down

0 comments on commit ac3bdf2

Please sign in to comment.