Skip to content

Commit

Permalink
Removed unneed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-smee-ttd committed Jan 4, 2024
1 parent 648558d commit 831e66c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/web/components/KeyPairs/KeyPair.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function KeyPair({ keyPair }: KeyPairProps) {
<tr>
<td className='name'>{keyPair.name}</td>
<td className='subscription-id'>{keyPair.subscriptionId}</td>
<td className='public-key'>
<td>
<KeySecretReveal title='public-key' value={keyPair.publicKey} />
</td>
<td className='created'>{keyPair.createdString}</td>
Expand Down
11 changes: 0 additions & 11 deletions src/web/components/KeyPairs/KeyPairsTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@
padding: 15px 5px 15px 0;
}

.public-key {
overflow-wrap: anywhere;

.expand-button,
.copy-button {
color: var(--theme-action);
padding: 0 8px;
font-size: 1rem;
}
}

.action {
padding-right: 80px;
}
Expand Down

0 comments on commit 831e66c

Please sign in to comment.