Skip to content
Snippets Groups Projects
Commit cded089f authored by meskio's avatar meskio :tent:
Browse files

Make the transactions list responsive

parent 09093d20
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ function TransactionList() {
</Form>
<br />
<Fetcher url={"/api/transaction?" + query} onFetch={setTransactions}>
<Table className="text-center">
<Table className="text-center" responsive>
<thead>
<tr>
<th></th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment