Skip to content

Commit

Permalink
Replaced w-72 Tailwind utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-murali-ind committed Oct 17, 2024
1 parent 14a7530 commit bdd491c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const HeaderCellMenu = ({
>
{columnTitle && <Popover.Title>{columnTitle}</Popover.Title>}
<Typography
className="neeto-ui-whitespace-normal neeto-ui-normal-case neeto-ui-max-w-full w-72"
className="neeto-ui-whitespace-normal neeto-ui-normal-case neeto-ui-max-w-full neeto-ui-table__column-description"
lineHeight="normal"
style="body2"
weight="normal"
Expand Down
4 changes: 4 additions & 0 deletions src/styles/components/_table-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@
}
}
}

.neeto-ui-table__column-description{
width: 288px;
}

0 comments on commit bdd491c

Please sign in to comment.