Wednesday, January 22, 2025
1 change · saas-18.1
Resolved issues and error corrections
The quiz question editor now uses the available space more appropriately. This removes unnecessary blank space when creating questions and prevents horizontal scrolling when editing existing quiz records.
Original PR description
This commit resolves an issue with the quiz question section: - Excessive white space when creating a new record. - Overly wide layout in existing records, requiring horizontal scrolling. **Technical**: In grid groups, the layout enforces two columns: - A smaller left column (max 150px). - A right column that occupies the remaining space. When adding an element with nolabel="1", it occupies only one part of the grid. To span the full width, colspan="2" must be explicitly set. Ref - https://github.com/odoo/odoo/commit/8df2049f170a739c535f6a18aa1fa5775289d972 Task-4435075