We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09ab1a commit bf6f81eCopy full SHA for bf6f81e
pkg/ui/NodeInputSubmit.tsx
@@ -26,7 +26,6 @@ export function NodeInputSubmit<T>({
26
</>) : (<> </>)}
27
28
<Button
29
- id="submit"
30
name={attributes.name}
31
value={attributes.value || ""}
32
disabled={attributes.disabled || disabled}
styles/globals.css
@@ -59,7 +59,7 @@ body {
59
margin-top: 32px !important;
60
}
61
62
-#submit {
+button[name="method"] {
63
width: 100%;
64
display: flex;
65
justify-content: center;
0 commit comments