1
0
Fork 0

Merge pull request #2637 from MeecoLabs/mobile/dropdown-larger-size

UI: larger dropdown size for mobile devices
This commit is contained in:
Mouse Reeve 2023-02-10 15:57:03 -08:00 committed by GitHub
commit cc9e94261c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,7 @@
{% join "report" report_uuid as modal_id %}
<button
class="button is-small is-danger is-light is-fullwidth"
class="button is-small is-danger is-light is-fullwidth {{ class }}"
type="button"
data-modal-open="{{ modal_id }}"
{% if is_current %}disabled{% endif %}