ix icon indicating copy to clipboard operation
ix copied to clipboard

ix-key-value-list label doesn't get truncated if it's too long

Open szreka24 opened this issue 1 year ago • 2 comments

What happened?

In ix-key-value-list if the label is too long, the line slips compare to other lines. It's not very nice, either the entire column should be larger then, or it should be dotted and a fixed width can be given. image

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v2.0.3

Code to produce this issue.

<ix-key-value-list>
      <ix-key-value
        label="A really looooooooooong label"
        labelPosition="left"
        value="Value"
      ></ix-key-value>

      <ix-key-value
        label="Label"
        labelPosition="left"
        value="Value"
      ></ix-key-value>

      <ix-key-value
        label="Label"
        labelPosition="left"
        value="Value"
      ></ix-key-value>
    </ix-key-value-list>

szreka24 avatar Nov 22 '23 14:11 szreka24

We will enhance the component to allow configuration of the overflow behaviour (multi- vs oneline).

nuke-ellington avatar Nov 29 '23 10:11 nuke-ellington

[IX-437]

nuke-ellington avatar Nov 30 '23 09:11 nuke-ellington