[AMOS commit] MDL-74054 questions: Fix question bank header widths Committed into Git: 2023-09-22 14:12 UTC

[AMOS commit] MDL-74054 questions: Fix question bank header widths Committed into Git: 2023-09-22 14:12 UTC

by AMOS bot -
Number of replies: 0
Author: Mark Johnson
MDL-74054 questions: Fix question bank header widths
Chrome ignores min-width on table headers with table-layout:fixed,
meaning that question bank headers could be resized so that the controls
were overlapping, and could be too narrow by default.

This removes min-width: min-content in the headers and instead uses
Javascript to calculate a constrain a min width based on the content of
the headers.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=0ac2936c11ec1dbf277ef2bdb3e281425f325ff8
http://github.com/moodle/moodle/commit/0ac2936c11ec1dbf277ef2bdb3e281425f325ff8

+ 4.3 en [invalidwidth,qbank_columnsortorder]