Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@civicactions/cmsds-open-data-components",
"version": "3.7.1",
"version": "3.7.2",
"description": "Components for the open data catalog frontend using CMS Design System",
"main": "dist/main.js",
"source": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
svg {
margin-right: 8px;
}
button, span > a {
span > a {
font-weight: normal !important;
}
a:visited svg {
Expand Down
2 changes: 1 addition & 1 deletion src/components/LargeFileDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const LargeFileDialog = (props: LargeFileDialogProps) => {
const { downloadUrl } = props;
return (
<>
<Button variation="solid" size="small" onClick={() => setModalOpen(true)}>
<Button variation="solid" className="ds-l-sm-col--12 ds-l-md-col--auto" onClick={() => setModalOpen(true)}>
<SearchItemIcon id="download" />
Download
</Button>
Expand Down