Skip to content

Commit 8bbe3ef

Browse files
committed
fix: review
1 parent 898e973 commit 8bbe3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tablets/Tablets.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function getColumns({database}: {database?: string}) {
4747
},
4848
{
4949
name: 'TabletId',
50-
width: 220,
50+
width: 190,
5151
get header() {
5252
return i18n('Tablet');
5353
},

0 commit comments

Comments
 (0)