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,7 +574,9 @@ ...@@ -574,7 +574,9 @@
} }
} }
.pipelines.tab-pane { .tab-pane {
&.pipelines {
.content-list.pipelines { .content-list.pipelines {
overflow: auto; overflow: auto;
...@@ -588,6 +590,16 @@ ...@@ -588,6 +590,16 @@
.pipeline-actions { .pipeline-actions {
min-width: initial; min-width: initial;
} }
}
&.builds {
.ci-table {
tr {
height: 71px;
}
}
}
} }
.ci-status-icon-created { .ci-status-icon-created {
......
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