diff --git a/web/src/ui/components/BuildList.js b/web/src/ui/components/BuildList.js index 9cd11415..178bca95 100644 --- a/web/src/ui/components/BuildList.js +++ b/web/src/ui/components/BuildList.js @@ -93,7 +93,8 @@ const FeedDisplayToggler = ({ padding: '0.3rem 0.7rem', display: 'flex', alignItems: 'center', - marginBottom: '1rem', + marginBottom: '1.4rem', + marginTop: '1.4rem', } return ( @@ -210,14 +211,18 @@ const BuildList = ({ builds = [], loaded }) => { }} /> {loaded && indexOfLatestMasterBuildsForProjects.length > 0 && ( - +
+ +
)}