Commit 0012b74e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Set height on build page rows

parent 0a79e5cd
...@@ -51,6 +51,13 @@ ...@@ -51,6 +51,13 @@
min-width: 650px; min-width: 650px;
} }
&.builds-page {
tr {
height: 71px;
}
}
tr { tr {
th { th {
padding: 16px 8px; padding: 16px 8px;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.nothing-here-block No builds to show .nothing-here-block No builds to show
- else - else
.table-holder .table-holder
%table.table.ci-table %table.table.ci-table.builds-page
%thead %thead
%tr %tr
%th Status %th Status
......
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