Skip to content

Commit

Permalink
change text input box width from 100% to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed Apr 18, 2024
1 parent 12bcd4d commit 44fdab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/plugin-survey/css/survey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ div#sv-nav-complete.sv-action, div#sv-nav-next.sv-action {
margin-left: auto !important;
}

// TO DO: get this to work with the SurveyJS class name map
input[type="text"] {
width: auto;
}

// center the question content
.jspsych-question-content {
display: inline-block;
Expand Down

0 comments on commit 44fdab4

Please sign in to comment.