Skip to content

Commit

Permalink
fix(rgbpplist): table fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Apr 11, 2024
1 parent 3178889 commit 7f09709
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/pages/RGBPP/TransactionList/List/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
background: #fff;
width: 100%;
max-width: 100%;
table-layout: fixed;
word-break: break-word;
text-overflow: ellipsis;

th,
td {
Expand Down Expand Up @@ -80,11 +83,6 @@
color: var(--primary-color);
}

.hash {
font-size: 0.875rem;
max-width: 25vw;
}

.height {
font-family: Roboto, inherit, sans-serif;
}
Expand Down Expand Up @@ -146,8 +144,3 @@
}
}
}

.transactionHash {
display: flex;
gap: 8px;
}

0 comments on commit 7f09709

Please sign in to comment.