add margin-bottom to label css for more even spacing

This commit is contained in:
Regis 2017-01-04 11:38:22 -07:00
parent 1655824fa4
commit 209aa238f5

View file

@ -29,6 +29,10 @@
min-width: 1200px;
table-layout: fixed;
.label {
margin-bottom: 3px;
}
.pipeline-id {
color: $black;
}