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

[Proposal] Word break to manage larger tags #26

Open
MSB89 opened this issue May 27, 2021 · 0 comments
Open

[Proposal] Word break to manage larger tags #26

MSB89 opened this issue May 27, 2021 · 0 comments

Comments

@MSB89
Copy link

MSB89 commented May 27, 2021

Tags that are larger than the input area cause an overflow that isn't handled.

A quick fix for this should be something along the lines of:

  .tags-input .tag {
    display: inline-block;
    overflow-wrap: break-word;
    white-space: normal;
    height: auto;
    max-width: calc(100% - 1rem); 
  }
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

No branches or pull requests

1 participant