Skip to content

Commit

Permalink
fix: game table column size (#961)
Browse files Browse the repository at this point in the history
* fixed the table column size
  • Loading branch information
MMFernando committed Jun 7, 2019
1 parent 1988ce5 commit 242f7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/templates/portal/partials/aimmo_games_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endblock scripts %}
{% if open_play_games %}
{% include "portal/partials/popup.html" %}
<div class="col-sm-8 col-center">
<div class="col-sm-10 col-center">
<table id="games-table" class="games-table header-primary data-primary">
<tr class="games-table__header">
<th class="cell-left">
Expand Down

0 comments on commit 242f7a7

Please sign in to comment.