Skip to content

Commit

Permalink
Limit terminal width to parent container size
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Nov 12, 2024
1 parent 7062f2b commit 44b58a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

.profile-option-container {
display: grid;
grid-template-columns: 1fr 6fr;
grid-template-columns: 1fr minmax(0, 6fr);
gap: 1rem;
margin-bottom: 2rem;
}
Expand Down

0 comments on commit 44b58a1

Please sign in to comment.