Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings_ci_cd.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d74070b4f2306dd03413badd5991982f16230be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.triggers-container {
  .label-container {
    display: inline-block;
    margin-left: 10px;
  }
}

.trigger-description {
  max-width: 100px;
}

.trigger-actions {
  white-space: nowrap;
}

.auto-devops-card {
  margin-bottom: $gl-vert-padding;
}