add margin-bottom to label css for more even spacing
This commit is contained in:
parent
1655824fa4
commit
209aa238f5
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
min-width: 1200px;
|
||||
table-layout: fixed;
|
||||
|
||||
.label {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.pipeline-id {
|
||||
color: $black;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue