Make BreakdownModal dimension column use up all remaining width (#4809)

This commit is contained in:
RobertJoonas 2024-11-14 15:16:33 +01:00 committed by GitHub
parent cf4ba664ed
commit b42ab94a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ export default function BreakdownModal<TListItem extends { name: string }>({
{
label: reportInfo.dimensionLabel,
key: 'name',
width: 'w-48 md:w-80 flex items-center break-all',
width: 'w-48 md:w-full flex items-center break-all',
align: 'left',
renderItem: (item) => (
<NameCell