Commit bf1337be authored by Annabel Dunstone's avatar Annabel Dunstone

Change widths of content in MR pipeline tab

parent bc13cd7a
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment