We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e777 commit b3a61cfCopy full SHA for b3a61cf
libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx
@@ -46,7 +46,7 @@ export function RecorderUI(props: RecorderProps) {
46
tooltipId="recordedTransactionsCounttooltip"
47
tooltipText={<FormattedMessage id="udapp.transactionsCountTooltip" />}
48
>
49
- <div className="pl-3 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
+ <div className="ml-2 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
50
{props.count}
51
</div>
52
</CustomTooltip>
0 commit comments