Skip to content

Commit

Permalink
adjusted column width
Browse files Browse the repository at this point in the history
  • Loading branch information
sah-arjun committed Jan 17, 2024
1 parent 6a89099 commit c24d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dataTableUtilities/getColumns.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ROUTES } from '../../navigation/constants';
import { FORMS, MODALS, TABS } from '../../widgets/constants';

const PAGE_COLUMN_WIDTHS = {
[FORMS.PATIENT]: [2.5, 2, 4, 4, 2, 2, 2, 2],
[FORMS.PATIENT]: [3, 2, 4, 4, 2, 2, 1.5, 2],
[FORMS.PRESCRIBER]: [1, 3, 3, 1],
[MODALS.PATIENT_HISTORY]: [1, 4, 1, 1, 2],
[MODALS.VACCINE_HISTORY]: [1, 4, 1, 1, 2],
Expand Down

0 comments on commit c24d306

Please sign in to comment.