From fa636f427248b05aa9be01e7dd7a8276c9ef2183 Mon Sep 17 00:00:00 2001 From: Miguel Lezama Date: Thu, 21 Nov 2024 21:08:54 -0300 Subject: [PATCH 1/2] set width to auto --- .../plugins/jetpack/extensions/blocks/subscriptions/view.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/plugins/jetpack/extensions/blocks/subscriptions/view.scss b/projects/plugins/jetpack/extensions/blocks/subscriptions/view.scss index 10a6007ba54d3..0f24f977a6d81 100644 --- a/projects/plugins/jetpack/extensions/blocks/subscriptions/view.scss +++ b/projects/plugins/jetpack/extensions/blocks/subscriptions/view.scss @@ -63,6 +63,7 @@ // Prevent white-space issues on Firefox .wp-block-jetpack-subscriptions__button[contenteditable="true"] { white-space: pre-wrap !important; + width: auto !important; } input[type="email"]::placeholder, From 91d584aff062fd42650da316f2f5f47564c39988 Mon Sep 17 00:00:00 2001 From: Miguel Lezama Date: Thu, 21 Nov 2024 21:09:44 -0300 Subject: [PATCH 2/2] changelog --- projects/plugins/jetpack/changelog/fix-subscribe-block | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/plugins/jetpack/changelog/fix-subscribe-block diff --git a/projects/plugins/jetpack/changelog/fix-subscribe-block b/projects/plugins/jetpack/changelog/fix-subscribe-block new file mode 100644 index 0000000000000..93ad080301b8d --- /dev/null +++ b/projects/plugins/jetpack/changelog/fix-subscribe-block @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +fixes something in wpcom