Schema registry: Previous version's schema preview is too narrow (#2615) (#2638)

This commit is contained in:
Winnie Chiu 2022-09-26 04:11:47 +08:00 committed by GitHub
parent 6e8ce77fd3
commit b940c28b5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ const SchemaVersion: React.FC<SchemaVersionProps> = ({
</tr>
{isOpen && (
<S.Wrapper>
<td colSpan={3}>
<td colSpan={4}>
<EditorViewer data={schema} schemaType={schemaType} />
</td>
</S.Wrapper>