-
Notifications
You must be signed in to change notification settings - Fork 47
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
10427 story v2 intermediate branch to test 1725995155 #5353
10427 story v2 intermediate branch to test 1725995155 #5353
Conversation
…7-story-v2-intermediate-branch-to-test-1725995155
…-to-test-1725995155
@@ -51,6 +51,7 @@ export const FilingFeeOptions = function () { | |||
<br /> | |||
<br /> | |||
<strong>Can’t afford to pay the filing fee?</strong> | |||
<br /> | |||
<InlineLink |
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.
Should the prop be removed here?
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.
Ah yes, good catch. Sorry I didn't see this before I merged! I've made the corresponding change in the staging PR.
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.
👍 Didnt realize it was merged already!
Allow text wrapping for InlineLinks, and a couple very minor tweaks to force inline links onto their own lines in some spots.
I just removed the text wrapping configurability on the component entirely since it's not needed at the moment -- if we get to a point where it is needed we can pretty easily add it back in.