mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 00:58: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
|
// center the question content
|
||||||
.jspsych-question-content {
|
.jspsych-question-content {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// prevent question content from overflowing question border/panel
|
// prevent question content from overflowing question border/panel
|
||||||
|
Loading…
Reference in New Issue
Block a user