[multipipeline-group-ui] reduce space between pipeline groups

This commit is contained in:
Kepler Vital 2021-03-04 19:14:11 +01:00
parent f3a41bfbb6
commit 1459f306eb

View file

@ -200,7 +200,7 @@ export default class BuildLogs extends Component {
<section className={styles.sticky}>
{build.procs.map(function(rootProc) {
return (
<div style="padding-bottom: 50px;" key={rootProc.pid}>
<div style="padding-bottom: 20px;" key={rootProc.pid}>
<ProcList
key={rootProc.pid}
repo={repo}