odeialba / moodle-mod_sortvoting

This plugin allows sorting a list of options by preference of the user, instead of just selecting one.
https://moodle.org/plugins/mod_sortvoting
GNU General Public License v3.0
3 stars 0 forks source link

Remove the m-3 class from results table #37

Closed odeialba closed 12 months ago

odeialba commented 12 months ago

The results table contains the m-3 class, which unaligns the table: https://github.com/odeialba/moodle-mod_sortvoting/blob/f1e4ddf73d65bb82e97de5155674b2d7e96b6c88/templates/sort_voting_results.mustache#L53C6-L53C6 Remove it so it looks good. Remove also the left margin on the voting tab options.

odeialba commented 12 months ago

Fixed on https://github.com/odeialba/moodle-mod_sortvoting/pull/39