mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
0ac2936c11
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.