Skip to content

Commit fc44f2c

Browse files
committed
fix
1 parent 78af278 commit fc44f2c

File tree

1 file changed

+1
-1
lines changed
  • src/containers/Tenant/Diagnostics/TopQueries/columns

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TopQueries/columns/columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const queryTextColumnWithMaxHeight: Column<KeyValueRow> = {
4747
value={row.QueryText?.toString()}
4848
lines={6}
4949
hasClipboardButton
50-
mode="fixed"
50+
mode="max"
5151
/>
5252
</div>
5353
),

0 commit comments

Comments
 (0)