Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Styling fixes for form step headings #9437

Merged
merged 2 commits into from
May 15, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
content: "\00a0" counter(checkout-step) ".";
content: "\00a0" counter(checkout-step) "." / "";
position: absolute;
width: $gap-large;
left: -$gap-large;
top: 0;
text-align: center;
Expand Down
4 changes: 4 additions & 0 deletions assets/js/blocks/checkout/form-step/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
.wc-block-components-checkout-step__title {
display: flex;
width: 100%;

.block-editor-plain-text {
height: auto !important;
}
}