mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-20 23:37:31 +00:00
[multipipeline-group-ui] reduce space between pipeline groups
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user