We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2ac8 commit f5bcebbCopy full SHA for f5bcebb
src/components/Table.tsx
@@ -55,6 +55,7 @@ const OperatorName = styled.div<{ $truncate?: boolean }>`
55
overflow: hidden;
56
text-overflow: ellipsis;
57
white-space: nowrap;
58
+ max-width: 12rem;
59
`}
60
`
61
src/pages/OperatorsPage.tsx
@@ -244,6 +244,7 @@ function DelegationsTable({
244
operatorId={id}
245
operatorName={name}
246
imageUrl={imageUrl}
247
+ truncate={!!name}
248
/>
249
),
250
align: 'start',
@@ -331,6 +332,7 @@ function OperatorsTable({
331
332
333
334
335
336
337
338
0 commit comments