-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQFormDialog content body margin #88
Labels
Comments
SeanGroff
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Feb 4, 2021
SeanGroff
changed the title
SQDialog content body margin
SQFormDialog content body margin
Feb 4, 2021
20BBrown14
added
question
Further information is requested
and removed
in progress
labels
Feb 26, 2021
Chris-Boyle
added a commit
that referenced
this issue
Jun 21, 2021
adding 20px padding to dialogcontent BREAKING CHANGE: 🧨 yes ✅ Closes: #88
Chris-Boyle
added a commit
that referenced
this issue
Jun 21, 2021
Changed SQFormDialog content padding to 20px BREAKING CHANGE: 🧨 Changed SQFormDialog content padding to 20px from 8px 24px ✅ Closes: #88
Chris-Boyle
added a commit
that referenced
this issue
Jun 22, 2021
BREAKING CHANGE: 🧨 Adding 20px padding to SQFormDialog content instead of 8px 24px ✅ Closes: #88
SeanGroff
pushed a commit
that referenced
this issue
Jun 22, 2021
## [5.0.0](v4.9.0...v5.0.0) (2021-06-22) ### ⚠ BREAKING CHANGES * 🧨 Adding 20px padding to SQFormDialog content instead of 8px 24px ### Features * 🎸 Adding 20px padding to dialog content ([24df034](24df034)), closes [#88](#88)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SQDialog Modal needs specific interior margins set by default.
Interior Content Margins of the scrollable content area needs to be
20PX
on the top, left, bottom, and right sides of the content area.UPDATE: As of 6/21/2021, Nemeth has clarified we should change the existing
padding: 16px 24px
of theDialogContent
component to bepadding: 20px
(20 pixels of padding for the Top, Left, Bottom, and Right)This should be a BREAKING change as consumers who previously added a
div
to control the padding will need to fix their existing implementation.Comp: https://www.sketch.com/s/b1684560-808a-4f20-960d-fd3969080240/a/GmoOLYY#Inspector
The text was updated successfully, but these errors were encountered: