mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
fix dropdown element width
This commit is contained in:
parent
10c64458d4
commit
15d72ec6c4
@ -13,6 +13,7 @@ input[type="text"] {
|
||||
// center the question content
|
||||
.jspsych-question-content {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// prevent question content from overflowing question border/panel
|
||||
|
Loading…
Reference in New Issue
Block a user