From 831e66c3a082040b9da6803b7b001874a52dba42 Mon Sep 17 00:00:00 2001 From: "joshua.smee" Date: Thu, 4 Jan 2024 15:45:26 +1100 Subject: [PATCH] Removed unneed styling --- src/web/components/KeyPairs/KeyPair.tsx | 2 +- src/web/components/KeyPairs/KeyPairsTable.scss | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/web/components/KeyPairs/KeyPair.tsx b/src/web/components/KeyPairs/KeyPair.tsx index a3680c90..e6ad8020 100644 --- a/src/web/components/KeyPairs/KeyPair.tsx +++ b/src/web/components/KeyPairs/KeyPair.tsx @@ -10,7 +10,7 @@ function KeyPair({ keyPair }: KeyPairProps) { {keyPair.name} {keyPair.subscriptionId} - + {keyPair.createdString} diff --git a/src/web/components/KeyPairs/KeyPairsTable.scss b/src/web/components/KeyPairs/KeyPairsTable.scss index adae0fae..ec7d1b44 100644 --- a/src/web/components/KeyPairs/KeyPairsTable.scss +++ b/src/web/components/KeyPairs/KeyPairsTable.scss @@ -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; }