mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 02:27:57 +03:00
Make BreakdownModal dimension column use up all remaining width (#4809)
This commit is contained in:
parent
cf4ba664ed
commit
b42ab94a14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user