debian-mirror-gitlab/app/assets/stylesheets/pages/pipelines.scss

25 lines
293 B
SCSS
Raw Normal View History

.pipelines {
.stage {
max-width: 100px;
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;
}
2016-06-02 11:05:42 +05:30
}