fix dropdown element width

This commit is contained in:
Becky Gilbert 2024-05-07 16:37:54 -07:00
parent 10c64458d4
commit 15d72ec6c4

View File

@ -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