Skip to content
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

Fix nickname prefix wraps on certain view widths #6649

Conversation

segoy89
Copy link
Contributor

@segoy89 segoy89 commented Oct 8, 2020

🎩 What? Why?

Fix for #6496 issue

πŸ“Œ Related Issues

Testing

Visit http://localhost:3003/users/sign_up and observe that the nickname prefix is no longer in a separate line

πŸ“‹ Checklist

🚨 Please review the guidelines for contributing to this repository.

  • ❓ CONSIDER adding a unit test if your PR resolves an issue.
  • βœ”οΈ DO check open PR's to avoid duplicates.
  • βœ”οΈ DO keep pull requests small so they can be easily reviewed.
  • βœ”οΈ DO build locally before pushing.
  • βœ”οΈ DO make sure tests pass.
  • βœ”οΈ DO make sure any new changes are documented in docs/.
  • βœ”οΈ DO add and modify seeds if necessary.
  • βœ”οΈ DO add CHANGELOG upgrade notes if required.
  • βœ”οΈ DO add to GraphQL API if there are new public fields.
  • βœ”οΈ DO add link to MetaDecidim if it's a new feature.
  • ❌AVOID breaking the continuous integration build.
  • ❌AVOID making significant changes to the overall architecture.

πŸ“· Screenshots

Screenshot 2020-10-08 at 13 52 19

β™₯️ Thank you!

@ivan-mr
Copy link
Contributor

ivan-mr commented Oct 8, 2020

Hi @segoy89 and thanks for the fix, but can you also fix the 2 codeclimate issues, please?

@segoy89 segoy89 force-pushed the fix/nickname-prefix-wraps-on-certain-view-widths branch from 0a5d579 to a48dc46 Compare October 12, 2020 12:02
@segoy89
Copy link
Contributor Author

segoy89 commented Oct 12, 2020

Hi @segoy89 and thanks for the fix, but can you also fix the 2 codeclimate issues, please?

@ivan-mr codeclimate's complaints addressed. Sorry for the delay 😒

Copy link
Contributor

@ivan-mr ivan-mr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @segoy89 !

@ivan-mr ivan-mr merged commit 24358b3 into decidim:develop Oct 13, 2020
@mrcasals mrcasals added the type: fix PRs that implement a fix for a bug label Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-review module: core type: fix PRs that implement a fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nickname prefix wraps on certain view widths
3 participants