From 932baed8402e95896bdc5acff6655ce7acabc813 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 3 Aug 2022 15:12:08 +0100 Subject: [PATCH] fix css bug --- .../run-tab/src/lib/components/recorderCardUI.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx index 8cbb9ef0de..f8dadd5949 100644 --- a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx @@ -28,16 +28,16 @@ export function RecorderUI (props: RecorderProps) { return (
-
+
-
{props.count}
+
{props.count}
Save transactions (deployed contracts and function executions) and replay them in another environment.
e.g Transactions created in Remix VM can be replayed in the Injected Provider.
}> - +
@@ -56,7 +56,7 @@ export function RecorderUI (props: RecorderProps) { }> -
+
@@ -72,7 +72,7 @@ export function RecorderUI (props: RecorderProps) { }> -
+
)