Skip to content

Commit

Permalink
prevent image resize when selected option is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicfilip committed Dec 25, 2024
1 parent e4ca46f commit e6ac0f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/onboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
min-height: 1px;
}

#prpl-onboarding-form .prpl-form-fields label,
#prpl-onboarding-submit-grid-wrapper {
#prpl-onboarding-form .prpl-form-fields label {
display: grid;
grid-template-columns: 1fr 3fr;
margin-bottom: 0.5em;
Expand Down
5 changes: 5 additions & 0 deletions assets/css/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
gap: calc(var(--prpl-gap) * 2);

.left {
flex-grow: 1;
}

img {
max-width: 100%;
width: 550px;
height: auto;
}
}
Expand Down

0 comments on commit e6ac0f5

Please sign in to comment.