Skip to content

Commit

Permalink
decrease the width so for smaller screen, other column should not ove…
Browse files Browse the repository at this point in the history
…rflow
  • Loading branch information
Ashish8689 committed Jan 13, 2025
1 parent cf36e4d commit 5b7944a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const GlossaryTermTab = ({
title: t('label.description'),
dataIndex: 'description',
key: 'description',
width: isGlossary ? 250 : 800,
width: isGlossary ? 250 : 650,
render: (description: string) =>
description.trim() ? (
<RichTextEditorPreviewerV1
Expand Down

0 comments on commit 5b7944a

Please sign in to comment.