Skip to content

[Proposal] Word break to manage larger tags #26

@MSB89

Description

@MSB89

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); 
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions