Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b520027
Commit
7b520027
authored
Nov 11, 2016
by
Didem Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misaligned buttons on admin builds page
Fixes #24371
parent
11ba759d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/pages/admin.scss
app/assets/stylesheets/pages/admin.scss
+6
-0
app/views/admin/builds/index.html.haml
app/views/admin/builds/index.html.haml
+1
-1
changelogs/unreleased/fix-admin-ci-table.yml
changelogs/unreleased/fix-admin-ci-table.yml
+4
-0
No files found.
app/assets/stylesheets/pages/admin.scss
View file @
7b520027
...
...
@@ -160,3 +160,9 @@
}
}
}
.admin-builds-table
{
.ci-table
td
:last-child
{
min-width
:
120px
;
}
}
app/views/admin/builds/index.html.haml
View file @
7b520027
...
...
@@ -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
changelogs/unreleased/fix-admin-ci-table.yml
0 → 100644
View file @
7b520027
---
title
:
Fix misaligned buttons on admin builds page
merge_request
:
7424
author
:
Didem Acet
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment