mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 17:08:28 +00:00
fixed some styling issues (#19230)
* fixed some styling issues * correct style update --------- Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
This commit is contained in:
parent
e32ad88c81
commit
15d004b725
@ -241,7 +241,7 @@ const SearchDropdown: FC<SearchDropdownProps> = ({
|
|||||||
bodyStyle={{ padding: 0 }}
|
bodyStyle={{ padding: 0 }}
|
||||||
className="custom-dropdown-render"
|
className="custom-dropdown-render"
|
||||||
data-testid="drop-down-menu">
|
data-testid="drop-down-menu">
|
||||||
<Space direction="vertical" size={0}>
|
<Space className="w-full" direction="vertical" size={0}>
|
||||||
<div className="p-t-sm p-x-sm">
|
<div className="p-t-sm p-x-sm">
|
||||||
<Input
|
<Input
|
||||||
autoFocus
|
autoFocus
|
||||||
|
@ -301,7 +301,9 @@ const TopicSchemaFields: FC<TopicSchemaFieldsProps> = ({
|
|||||||
<Typography.Text type="secondary">
|
<Typography.Text type="secondary">
|
||||||
{t('label.schema')}
|
{t('label.schema')}
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
{schemaTypePlaceholder ?? <Tag>{messageSchema.schemaType}</Tag>}
|
{schemaTypePlaceholder ?? (
|
||||||
|
<Tag className="ml-4">{messageSchema.schemaType}</Tag>
|
||||||
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
)}
|
)}
|
||||||
{isEmpty(messageSchema?.schemaFields) &&
|
{isEmpty(messageSchema?.schemaFields) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user