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 Long commenter name issue" #5431

Merged

Conversation

DanielaNarvaez
Copy link
Contributor

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

Issue Number:
#3930

What is the current behavior?

Long commenter name (channel name) causes the whole comment wrapper to be expanded

What is the new behavior?

Long commenter name (channel name) no longer causes the whole comment wrapper to be expanded.

Other information

@@ -242,6 +242,7 @@
}

.button__label {
max-width: 10rem;
Copy link

Choose a reason for hiding this comment

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

I would like to avoid adding this to the generic button style. Can you add it here instead?
https://github.com/lbryio/lbry-desktop/blob/master/ui/scss/component/_comments.scss#L195

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you @seanyesmunt , I've changed it, I hope it's ok.

@neb-b
Copy link

neb-b commented Feb 1, 2021

Tested and works great! Thank you!

@neb-b neb-b merged commit 1698ca8 into lbryio:master Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants