Skip to content

Commit 5779333

Browse files
Fix padding on loadin transaction list
1 parent cb023f5 commit 5779333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/transactions/TransactionList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default function TransactionList(props) {
184184
<td>
185185
<span className={"loading w80"} />
186186
</td>
187-
<td>
187+
<td style={{ paddingLeft: "12px" }}>
188188
<span className={"loading " + value} />
189189
<br />
190190
<span className={"loading w80"} />

0 commit comments

Comments
 (0)