Tweak components that would be changed
This commit is contained in:
parent
baf72bdba8
commit
1e0a14cebc
@ -39,6 +39,7 @@ const Input = (props: InputProps) => (
|
||||
}
|
||||
|
||||
label {
|
||||
color: white;
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
margin-bottom: ${props.type === "checkbox" ? 0 : "1em"};
|
||||
|
||||
@ -51,6 +51,7 @@ export default function JsonEditor({ label, ...editorProps }: JsonEditorProps) {
|
||||
{label ? <label>{label}</label> : null}
|
||||
<style jsx>{`
|
||||
.container {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.8em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user