Skip to content

Commit

Permalink
Adjust bottom padding of project edit page's sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Jun 18, 2021
1 parent 93ee29e commit aa66f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/projectEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default function ProjectEdit({ id }) {
<h2 className="pb2 f2 fw6 mt2 mb3 ttu barlow-condensed blue-dark">
<FormattedMessage {...messages.editProject} />
</h2>
<div className="fl w-30-l w-100 ph0-ns ph4-m ph2">
<div className="fl w-30-l w-100 ph0-ns ph4-m ph2 pb4">
<ReactPlaceholder
showLoadingAnimation={true}
rows={8}
Expand Down

0 comments on commit aa66f31

Please sign in to comment.