person create button style changed to full width + update changelog

This commit is contained in:
Julie Lenaerts 2021-12-15 14:21:31 +01:00
parent 4e8492db70
commit ecbe30ae53
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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;