Skip to content

Commit 02057ba

Browse files
committed
ui: fix Preimage Revealed text overlapping on History page
1 parent 0933795 commit 02057ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/components/history/HistoryRow.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ const Styled = {
2222
}
2323
`,
2424
Column: styled(Column)`
25-
overflow: hidden;
26-
text-overflow: ellipsis;
25+
white-space: nowrap;
2726
line-height: ${ROW_HEIGHT}px;
2827
`,
2928
StatusHeader: styled(HeaderFour)`

0 commit comments

Comments
 (0)