Skip to content

Commit

Permalink
Merge pull request #39 from odeialba/SV-37
Browse files Browse the repository at this point in the history
SV-37 Remove the m-3 class from results table
  • Loading branch information
odeialba authored Nov 10, 2023
2 parents 10c2159 + 9b8c285 commit b6b88d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.0.7 - 2023-11-10
### Fixed
- Fix the margins in the results page and the voting options.

## 1.0.6 - 2023-10-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion templates/sort_voting_form.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="mb-3">{{#str}}instructions, mod_sortvoting{{/str}}</div>

{{! This list is drag and drop sortable. }}
<ul id="sortvotinglist" class="fa-ul">
<ul id="sortvotinglist" class="ml-0 fa-ul">
{{#options}}
<li class="d-flex card p-3 mb-2 {{^allowupdate}}bg-gray-100{{/allowupdate}} {{#allowupdate}}optionitem draggable{{/allowupdate}}" {{#allowupdate}}data-drag-type="move" draggable="true"{{/allowupdate}}>
<div>
Expand Down
2 changes: 1 addition & 1 deletion templates/sort_voting_results.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]
}
}}
<table class="m-3 table table-bordered">
<table class="table table-bordered">
<thead>
<tr>
<th class="w-25">{{#str}} position, mod_sortvoting {{/str}}</th>
Expand Down

0 comments on commit b6b88d3

Please sign in to comment.