Align add button on repository view

This commit is contained in:
Clement Ho 2016-08-23 16:28:21 -05:00
parent 33a367e828
commit 10d9fa99e5
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,7 @@ v 8.12.0 (unreleased)
- Remove redundant js-timeago-pending from user activity log (ClemMakesApps)
- Ability to manage project issues, snippets, wiki, merge requests and builds access level
- Remove inconsistent font weight for sidebar's labels (ClemMakesApps)
- Align add button on repository view (ClemMakesApps)
- Added tests for diff notes
- Add a button to download latest successful artifacts for branches and tags !5142
- Remove redundant pipeline tooltips (ClemMakesApps)

View file

@ -11,6 +11,10 @@
}
}
.add-to-tree {
vertical-align: top;
}
.last-commit {
max-width: 506px;