Skip to content

Commit

Permalink
Suppress huge size of icons in Manage questions (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u authored Feb 20, 2025
1 parent 5a49aee commit 691e222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
color: gray;
}

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

#page-mod-questionnaire-questions .qcontainer .fstatic {
width: 97%;
margin-right: 1em;
Expand Down

0 comments on commit 691e222

Please sign in to comment.