diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-06 10:36:09 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-06 10:36:09 +0100 |
commit | 117893eee75edc568be51c0a2cc79c2ac65981f2 (patch) | |
tree | c3ddab7e11e465b5057ea6d95eab26e9bd9fe372 /CHANGELOG | |
parent | ad599eb65c8ce483a7faaffe226ec7ce53da0f55 (diff) | |
download | gitlab-ce-blame-ui-fix.tar.gz |
Fix layout issues with blame tableblame-ui-fix
Closes #21216
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f54a17e1ea2..efb6cd8d670 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,7 @@ v 8.12.0 (unreleased) - Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel) - Expose `sha` and `merge_commit_sha` in merge request API (Ben Boeckel) - Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling) + - Fix blame table layout width - Fix bug where pagination is still displayed despite all todos marked as done (ClemMakesApps) - Center build stage columns in pipeline overview (ClemMakesApps) - Rename behaviour to behavior in bug issue template for consistency (ClemMakesApps) |