Change widths of content in MR pipeline tab

This commit is contained in:
Annabel Dunstone 2016-09-01 14:28:53 -05:00
parent bc13cd7a9b
commit bf1337be94
1 changed files with 7 additions and 3 deletions

View File

@ -474,12 +474,16 @@
.pipelines.tab-pane {
.content-list.pipelines {
overflow: scroll;
overflow: auto;
}
.stage {
max-width: 60px;
width: 60px;
max-width: 100px;
width: 100px;
}
.pipeline-actions {
min-width: initial;
}
}