summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 16:31:24 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 16:31:24 -0500
commit0012b74e01429b98d2c42f68f50dc6ce6ad2b70f (patch)
treea85bb53ef9622fb1eed87d94a2f02688a2809896 /app/assets
parent0a79e5cd44e1d83f0cd18ffb538da25e6b2deae3 (diff)
downloadgitlab-ce-0012b74e01429b98d2c42f68f50dc6ce6ad2b70f.tar.gz
Set height on build page rows
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss7
1 files changed, 7 insertions, 0 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;