mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 18:55:02 +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}>
|
<section className={styles.sticky}>
|
||||||
{build.procs.map(function(rootProc) {
|
{build.procs.map(function(rootProc) {
|
||||||
return (
|
return (
|
||||||
<div style="padding-bottom: 50px;" key={rootProc.pid}>
|
<div style="padding-bottom: 20px;" key={rootProc.pid}>
|
||||||
<ProcList
|
<ProcList
|
||||||
key={rootProc.pid}
|
key={rootProc.pid}
|
||||||
repo={repo}
|
repo={repo}
|
||||||
|
Reference in New Issue
Block a user