diff --git a/CHANGELOG.md b/CHANGELOG.md index d828fd44c..3637de1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to * accompanyingCourseWork lists * accompanyingCourse lists * [acompanyingCourse] add initial comment on Resume page +* [person] create button full width (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/330) ## Test releases diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/record_actions.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/record_actions.scss index bdb3c60a6..18ebe4a59 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/record_actions.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/record_actions.scss @@ -33,6 +33,13 @@ ul.record_actions { margin-right: auto; } } + + ul.dropdown-menu { + li { + display: block; + margin-right: 0; + } + } } .sticky-form-buttons { margin-top: 4em;