Skip to content
Snippets Groups Projects
Commit bf1337be authored by Annabel Dunstone's avatar Annabel Dunstone
Browse files

Change widths of content in MR pipeline tab

parent bc13cd7a
No related branches found
No related tags found
No related merge requests found
Loading
@@ -474,12 +474,16 @@
Loading
@@ -474,12 +474,16 @@
.pipelines.tab-pane { .pipelines.tab-pane {
   
.content-list.pipelines { .content-list.pipelines {
overflow: scroll; overflow: auto;
} }
   
.stage { .stage {
max-width: 60px; max-width: 100px;
width: 60px; width: 100px;
}
.pipeline-actions {
min-width: initial;
} }
} }
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment