Skip to content

Commit

Permalink
no wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Jul 31, 2024
1 parent 4bcc755 commit 2dec257
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ const VisualizeEnsEvent = ({ ensEvent, textColor, editEnsNamedHashCallBack, rena
fuses to
</p>
</div>
<div class = 'log-cell'>
<div class = 'log-cell' style = 'display: block;'>
{ ensEvent.logInformation.fuses.map((fuse) => <>
<div class = 'textbox' style = 'white-space: normal; background-color: var(--alpha-015); margin: 5px'>
<div class = 'textbox' style = 'white-space: nowrap; background-color: var(--alpha-015); margin: 5px'>
<p class = 'paragraph'> { fuse }</p>
</div>
</>) }
Expand Down

0 comments on commit 2dec257

Please sign in to comment.