debian-mirror-gitlab/app/assets/stylesheets/pages/pipelines.scss
2016-06-16 23:09:34 +05:30

24 lines
293 B
SCSS

.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;
}
}