gitlab-org--gitlab-foss/app/assets/stylesheets/pages/settings_ci_cd.scss

19 lines
248 B
SCSS
Raw Normal View History

2017-03-07 13:02:56 +00:00
.triggers-container {
.label-container {
display: inline-block;
margin-left: 10px;
}
}
.trigger-description {
max-width: 100px;
}
2017-03-07 13:02:56 +00:00
.trigger-actions {
white-space: nowrap;
2017-03-07 13:02:56 +00:00
}
2017-09-22 18:12:06 +00:00
.auto-devops-card {
margin-bottom: $gl-vert-padding;
}