person create button style changed to full width + update changelog

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

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;