diff --git a/CHANGELOG.md b/CHANGELOG.md index b10acf9..f18ebb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.19 - 2024-09-21 + +_Download of collected data donations is only possible through the API not through the admin interface. +Fix and comprehensive documentation will be released in a subsequent version._ + +### Fixed +- Fixed mobile layout of matrix question items ([`5e87ac5`](https://github.com/uzh/ddm/commit/5e87ac5). + + ## 1.0.18 - 2024-09-19 _Download of collected data donations is only possible through the API not through the admin interface. diff --git a/ddm/static/ddm/css/questionnaire.css b/ddm/static/ddm/css/questionnaire.css index 2a5257a..b548036 100644 --- a/ddm/static/ddm/css/questionnaire.css +++ b/ddm/static/ddm/css/questionnaire.css @@ -221,7 +221,7 @@ .mq-table thead tr th:first-child, .mq-table tbody tr td:first-child { - width: auto; + width: 100% !important; padding-left: 10px; padding-bottom: 5px; } diff --git a/ddm/templates/ddm/admin/questionnaire/list.html b/ddm/templates/ddm/admin/questionnaire/list.html index ccbf7dc..c276071 100644 --- a/ddm/templates/ddm/admin/questionnaire/list.html +++ b/ddm/templates/ddm/admin/questionnaire/list.html @@ -81,7 +81,6 @@