Skip to content

Commit

Permalink
Syncing twentytwentyone
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Jun 2, 2024
1 parent 6702890 commit a5e8caf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -3476,6 +3476,7 @@ pre.wp-block-preformatted {
line-height: 1.7;
max-width: inherit;
margin-right: -3px;
margin-left: 0;
padding: 10px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
line-height: var(--form--line-height);
max-width: inherit;
margin-right: calc(-1 * var(--button--border-width));
// Override the default theme style for search input fields.
margin-left: 0;
padding: var(--form--spacing-unit);

&:focus {
Expand Down
1 change: 1 addition & 0 deletions themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3204,6 +3204,7 @@ pre.wp-block-preformatted {
line-height: var(--form--line-height);
max-width: inherit;
margin-left: calc(-1 * var(--button--border-width));
margin-right: 0;
padding: var(--form--spacing-unit);
}

Expand Down
1 change: 1 addition & 0 deletions themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3214,6 +3214,7 @@ pre.wp-block-preformatted {
line-height: var(--form--line-height);
max-width: inherit;
margin-right: calc(-1 * var(--button--border-width));
margin-left: 0;
padding: var(--form--spacing-unit);
}

Expand Down

0 comments on commit a5e8caf

Please sign in to comment.