Skip to content

Commit

Permalink
Merge pull request #879 from skbhagat0502/saveBtn
Browse files Browse the repository at this point in the history
Save Button margin top removed
  • Loading branch information
shivareddy6 authored Oct 9, 2023
2 parents 926e21a + 35dc1f9 commit cbddd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dashboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const Dashboard = ({ background = "white", textColor = "black" }) => {
xs={showOrgForm ? 12 : null}
md={showOrgForm ? 6 : null}
style={{ paddingLeft: "24px" }}
className="col-pad-24 pr-12 pr-12 pt-8 div-transition"
className="pr-12 pr-12 pt-8 div-transition"
onFocus={() => setFocusLeft(false)}
item={true}>
{showOrgForm && (
Expand Down

0 comments on commit cbddd23

Please sign in to comment.