patternfly icon indicating copy to clipboard operation
patternfly copied to clipboard

Bug - [LabelGroup] - labels do not get truncated

Open christianvogt opened this issue 1 year ago • 0 comments

Describe the problem This is an issue with

  • [x] Patternfly 5
  • [ ] Patternfly 6
  • [ ] other

Label in a LabelGroup do not get truncated.

How do you reproduce the problem?

    <div style={{maxWidth: 100}}>
      <LabelGroup>
        <Label>This label is longer than the label group</Label>
      </LabelGroup>
    </div>

image

Expected behavior Label in a LabelGroup should get truncated just the same as if the Label were standalone.

Is this issue blocking you? Yes.

What is your environment?

  • OS: mac
  • Browser chrome
  • Version 129.0.6668.58 (Official Build) (x86_64)

What is your product and what release date are you targeting? RHOAI

christianvogt avatar Sep 24 '24 20:09 christianvogt