catalyst / moodle-MDL-72752

GNU General Public License v3.0
0 stars 2 forks source link

In question bank table, the Last used table content should have the same line height as his siblings #85

Open lucaboesch opened 2 years ago

lucaboesch commented 2 years ago

I spotted that in the live demo. It should be

categoryquestions td.modifiername, #categoryquestions td.questionlastused, #categoryquestions td.creatorname {

line-height: 1em; }

(the td.questionlastused is newly introduced here)