Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serious display issue in Moodle 4.5 #612

Closed
rezeau opened this issue Oct 12, 2024 · 6 comments · Fixed by #611
Closed

Serious display issue in Moodle 4.5 #612

rezeau opened this issue Oct 12, 2024 · 6 comments · Fixed by #611

Comments

@rezeau
Copy link
Contributor

rezeau commented Oct 12, 2024

Moodle 4.5 - Questionnaire 4.1.1 (Build - 2024082900) 2022121601 - using Moodle default theme Boost
When adding questions to a questionnaire, the Manage Questions section displays huge icons, which makes the creating interface almost un-usable. Please provide a fix.
2024-10-12_16-23-34

@aguatacuperche
Copy link

Hi, @rezeau If I'm not mistaken, it's already reviewed and ready to be resolved in this pull request. #611

@rezeau
Copy link
Contributor Author

rezeau commented Oct 12, 2024

@aguatacuperche Thanks for mentioning this PR. Tested and approved.

@tats-u
Copy link
Contributor

tats-u commented Oct 12, 2024

For a while you should add a <style> tag containing the diff of the CSS in my PR to the additional HTML to mitigate this bug.

@dragos5436
Copy link

Hi there, is there any update on this? We recently upgrades to Moodle 4.5 and have encountered this issue a few times.

@tats-u
Copy link
Contributor

tats-u commented Jan 8, 2025

NEVER

@oldenboom
Copy link

Hi, @rezeau If I'm not mistaken, it's already reviewed and ready to be resolved in this pull request. #611

As this pull request hasn't been accepted yet and those huge icons make managing questions unusable, there's a quick fix via your theme: just add this as custom CSS:

#page-mod-questionnaire-questions .qcontainer .qnums ~ input[type=image] {
    max-height: 1em;
}   

Tested it with Academi and Boost theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants