We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3b5c9 commit 1ef4a65Copy full SHA for 1ef4a65
1 file changed
frontend/src/components/pages/schemas/schema-create.tsx
@@ -596,6 +596,8 @@ const SchemaEditor = (p: {
596
label="Context"
597
>
598
<Combobox
599
+ // Our chakra UI has a global override for SVGs that make icons look off-center in UI registry components.
600
+ className="[&_svg]:block! [&_input]:pl-8!"
601
creatable
602
createLabel="context"
603
onChange={(value) => {
0 commit comments