Skip to content

Commit 691e222

Browse files
authored
Suppress huge size of icons in Manage questions (#611)
1 parent 5a49aee commit 691e222

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
color: gray;
1212
}
1313

14+
#page-mod-questionnaire-questions .qcontainer .qnums ~ input[type=image] {
15+
max-height: 1em;
16+
}
17+
1418
#page-mod-questionnaire-questions .qcontainer .fstatic {
1519
width: 97%;
1620
margin-right: 1em;

0 commit comments

Comments
 (0)