Skip to content

Commit

Permalink
Add min-width to prevent confusing overflow UX
Browse files Browse the repository at this point in the history
  • Loading branch information
jernestmyers committed Nov 6, 2023
1 parent a2cfa24 commit 5ac1b3d
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 5ac1b3d

Please sign in to comment.