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

Commit 3c2b83c

Browse files
Styling fixes for form step headings (#9437)
Co-authored-by: Niels Lange <[email protected]>
1 parent 5d857c1 commit 3c2b83c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/js/base/components/cart-checkout/form-step/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
content: "\00a0" counter(checkout-step) ".";
7777
content: "\00a0" counter(checkout-step) "." / "";
7878
position: absolute;
79-
width: $gap-large;
8079
left: -$gap-large;
8180
top: 0;
8281
text-align: center;

assets/js/blocks/checkout/form-step/editor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
.wc-block-components-checkout-step__title {
1313
display: flex;
1414
width: 100%;
15+
16+
.block-editor-plain-text {
17+
height: auto !important;
18+
}
1519
}

0 commit comments

Comments
 (0)