mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
[multipipeline-group-ui] reduce space between pipeline groups
This commit is contained in:
parent
f3a41bfbb6
commit
1459f306eb
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue