We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb023f5 commit 5779333Copy full SHA for 5779333
src/app/components/transactions/TransactionList.js
@@ -184,7 +184,7 @@ export default function TransactionList(props) {
184
<td>
185
<span className={"loading w80"} />
186
</td>
187
- <td>
+ <td style={{ paddingLeft: "12px" }}>
188
<span className={"loading " + value} />
189
<br />
190
0 commit comments