diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-08-17 20:46:40 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-08-17 20:46:40 +0000 |
commit | 2c6c23a430f56d9b9ec3d76576dffe71456befef (patch) | |
tree | 175d541ddbc67c78eb32acd41d703cdf6c9f2924 /CHANGELOG | |
parent | f7012d42e200dd5fd8e8b26ff426d742f922ec28 (diff) | |
parent | 9810c71d9b61983840df61aa662041cffb9c9541 (diff) | |
download | gitlab-ce-2c6c23a430f56d9b9ec3d76576dffe71456befef.tar.gz |
Merge branch 'button-icons-alignment' into 'master'
Fix icon alignment of star and fork buttons
## What does this MR do?
Fix alignment of star and fork icons.
## Why was this MR needed?
Buttons had more padding on the left than on the right.
## What are the relevant issue numbers?
fixes #20001
## Screenshots
<table>
<thead><th>Before</th><th>After</th></thead>
<tr>
<td><img alt="fork-button-before" src="/uploads/664c0bc935f4c48899f5b63a1c215cbc/fork-button-before.png"></td>
<td><img alt="fork-button-after" src="/uploads/9385427a5b178487bd24cd2f8ec4a5ed/fork.png"></td>
</tr>
<tr>
<td><img alt="project-buttons-before" src="/uploads/48ef41458433b468afc2919eb24849cc/project-buttons-before.png"></td>
<td><img alt="project-buttons-after" src="/uploads/3bafe6e68645d787a2cdb79cd164335f/project-actions.png"></td>
</tr>
</table>
See merge request !5451
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index fad784cc385..6000b3e9414 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -46,6 +46,7 @@ v 8.11.0 (unreleased) - Remove unused images (ClemMakesApps) - Get issue and merge request description templates from repositories - Add hover state to todos !5361 (winniehell) + - Fix icon alignment of star and fork buttons !5451 (winniehell) - Limit git rev-list output count to one in forced push check - Show deployment status on merge requests with external URLs - Clean up unused routes (Josef Strzibny) |