summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorVinnie Okada <vokada@mrvinn.com>2015-03-02 16:11:39 -0700
committerVinnie Okada <vokada@mrvinn.com>2015-03-02 16:36:07 -0700
commit38c52b1be6ca05862db0f7e8c4931bebc873bf75 (patch)
tree926080ad0bf8273b0ef1f80d27d8699432ca7ee3 /CHANGELOG
parent27e75344705762a31b8ca82582f724988e18abf8 (diff)
downloadgitlab-ce-38c52b1be6ca05862db0f7e8c4931bebc873bf75.tar.gz
Fix checkbox alignment in application settings
Add the form-control CSS class to the feature checkboxes on the application settings page to fix the vertical alignment with their labels. Also add aria-describedby attributes to form controls that have a help text block.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dae32953cd9..7e5fd3940dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ v 7.9.0 (unreleased)
- Fix ordering of imported but unchanged projects (Marco Wessel)
- Mobile UI improvements: make aside content expandable
- Expose avatar_url in projects API
+ - Fix checkbox alignment on the application settings page.
- Generalize image upload in drag and drop in markdown to all files (Hannes Rosenögger)
- Fix mass-unassignment of issues (Robert Speicher)
- Allow user confirmation to be skipped for new users via API