Skip to content

Commit

Permalink
Merge pull request #335 from framgia/hris-438
Browse files Browse the repository at this point in the history
[HRIS - 438] - [Bugtask] Bottom Scroll Bar Overflows at 100% Zoom in the List of Leave
  • Loading branch information
jessrey-asterisk authored Nov 14, 2024
2 parents 6141a96 + 8f35816 commit 34d0340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DesktopTable: FC<Props> = (props): JSX.Element => {
{table.getHeaderGroups().map((headerGroup) => (
<tr key={headerGroup.id}>
{headerGroup.headers.map((header) => (
<th key={header.id} colSpan={header.colSpan} className="px-4 py-3 text-left">
<th key={header.id} colSpan={header.colSpan} className="px-3 py-3 text-left">
{header.isPlaceholder ? null : (
<div
{...{
Expand Down

0 comments on commit 34d0340

Please sign in to comment.