Skip to content

Commit a38dc57

Browse files
committed
feat padding reduced for gaps on osmdownload
1 parent 574770a commit a38dc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/projectDetail/downloadOsmData.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const DownloadOsmData = ({ projectMappingTypes, project }) => {
118118
projectMappingTypes?.includes(icon.value),
119119
);
120120
return (
121-
<div className="mb5 w-100 pa5 ph flex flex-wrap">
121+
<div className="mb5 w-100 pb5 ph4 flex flex-wrap">
122122
<Popup modal open={showPopup} closeOnDocumentClick nested onClose={() => setShowPopup(false)}>
123123
{(close) => (
124124
<div className="blue-dark bg-white pv2 pv4-ns ph2 ph4-ns">

0 commit comments

Comments
 (0)