Skip to content

Commit

Permalink
Merge pull request #125 from Gaurav0/gaurav/fix/previews_off_screen
Browse files Browse the repository at this point in the history
fix customize character previews extend beyond viewport width
  • Loading branch information
Gaurav0 authored Jan 27, 2025
2 parents 1558c01 + 7b3d5ae commit 2f7845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/chargen.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ input[type=button], input[type=reset] {
}

#customizeChar > section {
width: calc(100% - 80px);
width: calc(100vw - 80px);
}

#chooser {
Expand Down

0 comments on commit 2f7845b

Please sign in to comment.