Skip to content

Commit

Permalink
feature/CDD-2285: Updated the dropdownTab css to align text
Browse files Browse the repository at this point in the history
  • Loading branch information
luketowell committed Feb 11, 2025
1 parent 05a5f37 commit 5b15427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/cms.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const renderCard = (
</TabsList>
<DropdownTab
aria-label="Select for selecting chart content"
className="govuk-select relative mb-[-1px] block min-w-[7em] rounded-none border border-b-0 border-mid-grey py-0 no-js:hidden sm:hidden"
className="govuk-select relative mb-[-1px] block min-w-[7em] rounded-none border border-b-0 border-mid-grey py-0 pl-2 no-js:hidden sm:hidden"
chartIdentifier={kebabCase(column.value.title)}
/>
<TabsContent
Expand Down

0 comments on commit 5b15427

Please sign in to comment.