summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/admin/jobs_index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/admin/jobs_index.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/admin/jobs_index.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/admin/jobs_index.scss b/app/assets/stylesheets/page_bundles/admin/jobs_index.scss
new file mode 100644
index 00000000000..7844cae5f87
--- /dev/null
+++ b/app/assets/stylesheets/page_bundles/admin/jobs_index.scss
@@ -0,0 +1,5 @@
+.admin-builds-table {
+ td:last-child {
+ min-width: 120px;
+ }
+}