Skip to content
Snippets Groups Projects
Commit 7b520027 authored by Didem Acet's avatar Didem Acet
Browse files

Fix misaligned buttons on admin builds page

Fixes #24371
parent 11ba759d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -160,3 +160,9 @@
}
}
}
.admin-builds-table {
.ci-table td:last-child {
min-width: 120px;
}
}
Loading
Loading
@@ -14,5 +14,5 @@
.row-content-block.second-block
#{(@scope || 'all').capitalize} builds
 
%ul.content-list.builds-content-list
%ul.content-list.builds-content-list.admin-builds-table
= render "projects/builds/table", builds: @builds, admin: true
---
title: Fix misaligned buttons on admin builds page
merge_request: 7424
author: Didem Acet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment