Skip to content

Commit 6f87b21

Browse files
committed
Better responsivenss of the party id in the Registrations page
By using the `text-break` bootstrap class.
1 parent b383c8e commit 6f87b21

File tree

1 file changed

+1
-1
lines changed
  • mithril-explorer/src/app/registrations

1 file changed

+1
-1
lines changed

mithril-explorer/src/app/registrations/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export default function Registrations() {
258258
{registrations.map((signer, index) =>
259259
<tr key={signer.party_id}>
260260
<td>{index}</td>
261-
<td><VerifiedBadge tooltip="Verified Signer"/>{' '}{signer.party_id}</td>
261+
<td className="text-break"><VerifiedBadge tooltip="Verified Signer"/>{' '}{signer.party_id}</td>
262262
<td><PoolTicker aggregator={aggregator} partyId={signer.party_id}/></td>
263263
<td style={{textAlign: "end"}}><Stake lovelace={signer.stake}/></td>
264264
</tr>

0 commit comments

Comments
 (0)