Skip to content

Commit 1ef4a65

Browse files
committed
fe: override global scss for svg in schema-create
This is preventing the combobox to look normally. This IS NOT due to the page being mixed with chakra but instead is a global configuration.
1 parent 4a3b5c9 commit 1ef4a65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/components/pages/schemas/schema-create.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ const SchemaEditor = (p: {
596596
label="Context"
597597
>
598598
<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!"
599601
creatable
600602
createLabel="context"
601603
onChange={(value) => {

0 commit comments

Comments
 (0)