Commit 59c4cc95dc887664b860b6c761f2189eca0e4ceb

Authored by Adhidarma Hadiwinoto
1 parent d05bdbd3f4
Exists in master

Align right on balance

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/modem-dashboard/views/stocks.html
... ... @@ -7,7 +7,7 @@
7 7 {% for stock in stocks_array %}
8 8 <tr>
9 9 <td>{{ stock.name }}</td>
10   - <td>{{ stock.balance }}</td>
  10 + <td class="text-right">{{ stock.balance }}</td>
11 11 </tr>
12 12 {% endfor %}
13 13 </table>