diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-10 16:31:24 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-10 16:31:24 -0500 |
commit | 0012b74e01429b98d2c42f68f50dc6ce6ad2b70f (patch) | |
tree | a85bb53ef9622fb1eed87d94a2f02688a2809896 /app | |
parent | 0a79e5cd44e1d83f0cd18ffb538da25e6b2deae3 (diff) | |
download | gitlab-ce-0012b74e01429b98d2c42f68f50dc6ce6ad2b70f.tar.gz |
Set height on build page rows
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 7 | ||||
-rw-r--r-- | app/views/projects/builds/_table.html.haml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index bad4eeaa2cf..149c29858fb 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -51,6 +51,13 @@ min-width: 650px; } + &.builds-page { + + tr { + height: 71px; + } + } + tr { th { padding: 16px 8px; diff --git a/app/views/projects/builds/_table.html.haml b/app/views/projects/builds/_table.html.haml index 9b91ae688ae..36294c89fa8 100644 --- a/app/views/projects/builds/_table.html.haml +++ b/app/views/projects/builds/_table.html.haml @@ -5,7 +5,7 @@ .nothing-here-block No builds to show - else .table-holder - %table.table.ci-table + %table.table.ci-table.builds-page %thead %tr %th Status |