Skip to content

Commit

Permalink
[DDW] Reduce number of ellipsis characters in stake pool id
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Oct 27, 2020
1 parent e96535b commit 4169830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ export default class TooltipPool extends Component<Props, State> {
onMouseOut={this.onIdMouseOut}
onBlur={() => {}}
>
<p className={styles.ellipsisContent}>{ellipsis(id, 20, 20)}</p>
<p className={styles.ellipsisContent}>{ellipsis(id, 18, 18)}</p>
<CopyToClipboard text={id} onCopy={this.onCopyId}>
<Tooltip
className={styles.idTooltip}
Expand Down

0 comments on commit 4169830

Please sign in to comment.