Commit 64609ba8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Set height on MR builds rows

parent 0012b74e
...@@ -264,12 +264,6 @@ ...@@ -264,12 +264,6 @@
line-height: 31px; line-height: 31px;
} }
.ci-table {
.table-holder {
overflow-x: auto;
}
}
.panel-new-merge-request { .panel-new-merge-request {
.panel-heading { .panel-heading {
padding: 5px 10px; padding: 5px 10px;
......
...@@ -574,19 +574,31 @@ ...@@ -574,19 +574,31 @@
} }
} }
.pipelines.tab-pane { .tab-pane {
.content-list.pipelines { &.pipelines {
overflow: auto;
}
.stage { .content-list.pipelines {
max-width: 100px; overflow: auto;
width: 100px; }
.stage {
max-width: 100px;
width: 100px;
}
.pipeline-actions {
min-width: initial;
}
} }
.pipeline-actions { &.builds {
min-width: initial;
.ci-table {
tr {
height: 71px;
}
}
} }
} }
......
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