-
Notifications
You must be signed in to change notification settings - Fork 359
feat: Implement compact attribute for markup card
#1937
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
Conversation
mturoci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dthiagarajan7! A few small changes necessary.
960cf0a to
9798310
Compare
|
@mturoci Thanks for the suggestions! I've just pushed all of the requested revisions and have updated the PR description accordingly. |
|
Seems like your branch needs to be rebased against the latest master. Please make sure the PR branch only includes changes relevant to the corresponding issue. |
a8a494d to
9dbe360
Compare
|
@mturoci I'm so sorry about that! I've trimmed the PR branch to include only the relevant changes. |
mturoci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking perfect now @dthiagarajan7!
Github Issue
Closes #1922
Description
Added a
compactattribute to theStateinterface ofmarkup.tsx. Users can now specify whether they want the markup card to include the paddings or not.compactattribute defaults toFalse.Succssful Local Testing
Differences between
compactinvocations are depicted above.The code used to produce the markup cards above is included below.