themes icon indicating copy to clipboard operation
themes copied to clipboard

[DataList] Issue - does not respect width of parent container

Open heavygweit opened this issue 1 year ago • 1 comments

The DataList component doesn't respect the maximum width of its parent container. There is no way to restrict the width of the child elements without fixing a value to them, so it isn't fully responsive. It behaves like the size property has some sort of minimum width attached to it.

heavygweit avatar May 21 '24 23:05 heavygweit

What does your UI look like?

There is a min-width: 120px on DataList.Label which we should probably document or revisit if that’s too aggressive. It can be overridden though:

<DataList.Label minWidth="80px">

vladmoroz avatar May 22 '24 07:05 vladmoroz