gitlab-org--gitlab-foss/app/assets/stylesheets/pages/pipelines.scss
2016-05-21 01:17:33 -05:00

24 lines
289 B
SCSS

.pipelines {
.stage {
max-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.duration, .finished_at {
margin: 4px 0;
}
.commit-title {
margin: 0;
}
.controls {
white-space: nowrap;
}
.btn {
margin: 4px;
}
}