diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-09-29 11:31:47 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-10-03 12:11:45 +0100 |
commit | 8cb9b3764a3e790399c6ee7923f5b5da1fa72171 (patch) | |
tree | 023823ce0e1f80b5d6ea45b613ca363679d8f36f /CHANGELOG | |
parent | 5bc1e93c19a9082e6f572f293c9c389c36573523 (diff) | |
download | gitlab-ce-8cb9b3764a3e790399c6ee7923f5b5da1fa72171.tar.gz |
Fixes invalid html - table was inside an ul and had 2 tbody tags
Adds hidden-xs class to the all column instead of the div inside it in order to remove extra whitespace when the actions are hidden
Fixes columns width in pipeplines table
Changes table parent element to not be an ul and reduces column width for the Build column
Adds entry to CHANGELOG
Removes added width for build table.
Adds the CHANGELOG entry in the middle to avoid more conflicts with master
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6ce15ef28bf..ed25218236d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -37,6 +37,7 @@ v 8.13.0 (unreleased) - API: expose pipeline data in builds API (!6502, Guilherme Salazar) - Notify the Merger about merge after successful build (Dimitris Karakasilis) - Fix broken repository 500 errors in project list + - Fix Pipeline list commit column width should be adjusted - Close todos when accepting merge requests via the API !6486 (tonygambone) v 8.12.4 (unreleased) |