Skip to content

Commit 2637b72

Browse files
committed
fixup! PICKME: make the context html better
1 parent 398d9e0 commit 2637b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-api-debugger/interactivity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function generate_page( string $html, array $options ): string {
6363
data-wp-init="run"
6464
class="html-api-debugger-container html-api-debugger--grid"
6565
>
66-
<div data-wp-bind--hidden="!state.htmlapiResponse.supports.create_fragment_advanced">
66+
<div data-wp-bind--hidden="!state.htmlapiResponse.supports.create_fragment_advanced" class="full-width">
6767
<label>Context in which input HTML finds itself
6868
<textarea
6969
class="context-html"

0 commit comments

Comments
 (0)