jsPsychSurvey dropdown: width issue? #3285
Replies: 4 comments 4 replies
-
Use this in your css: .jspsych-question-content {
min-width: 50% !important;
} |
Beta Was this translation helpful? Give feedback.
-
Yikes, thanks for flagging this @ChristopheBossens! I'll include a fix in the next release. |
Beta Was this translation helpful? Give feedback.
-
@ChristopheBossens @Shaobin-Jiang I'm putting together a fix for this here: #3287 which adds |
Beta Was this translation helpful? Give feedback.
-
Hi @ChristopheBossens, this problem should now be fixed in the latest survey-plugin release: https://github.com/jspsych/jsPsych/releases/tag/%40jspsych%2Fplugin-survey%401.0.1 Please let me know if this works for you! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am in the process of converting some of our surveys to the updated jsPsychSurvey plugin but I ran into an issue using the dropdown survey component. For some reason I cannot set the width properly so it shows way to small:
I am including the following resources:
and using the following code to display the dropdown:
I have been playing with the min and minWidth properties of the dropdown element but they do not seem to have any effect. Any ideas on what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions