Skip to content

Commit aa66f31

Browse files
committed
Adjust bottom padding of project edit page's sidebar
1 parent 93ee29e commit aa66f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/projectEdit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default function ProjectEdit({ id }) {
233233
<h2 className="pb2 f2 fw6 mt2 mb3 ttu barlow-condensed blue-dark">
234234
<FormattedMessage {...messages.editProject} />
235235
</h2>
236-
<div className="fl w-30-l w-100 ph0-ns ph4-m ph2">
236+
<div className="fl w-30-l w-100 ph0-ns ph4-m ph2 pb4">
237237
<ReactPlaceholder
238238
showLoadingAnimation={true}
239239
rows={8}

0 commit comments

Comments
 (0)