Skip to content

Commit

Permalink
Merge pull request #599 from VEuPathDB/genomics-overflow-scroll-issue
Browse files Browse the repository at this point in the history
Add min-width to prevent confusing overflow UX
  • Loading branch information
jernestmyers authored Nov 6, 2023
2 parents a2cfa24 + 5ac1b3d commit de53ac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.wdk-QuestionFormParameterList {
width: 60vw;
margin: auto;
min-width: 800px;
}

.wdk-QuestionFormParameterHeading h2 {
Expand Down

0 comments on commit de53ac9

Please sign in to comment.