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

Set height on MR builds rows

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