Skip to content

Commit

Permalink
Fix negative margin bug in the roles dialog
Browse files Browse the repository at this point in the history
fixes #3129
  • Loading branch information
mic4ael authored and ThiefMaster committed Nov 6, 2017
1 parent 1683b5f commit e4f20f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Bugfixes
- Fix footer on login page (:issue:`3132`)
- Use correct module name for abstract notification emails in the event log
- Remove linebreaks from email subject in paper review notifications
- Fix extra padding in the CFA roles dialog (:issue:`3129`)


Version 2.0a1
Expand Down
1 change: 1 addition & 0 deletions indico/htdocs/sass/modules/abstracts/_roles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

li.i-box {
margin: 20px 0;
display: block;

&:first-child {
margin-top: 0;
Expand Down

0 comments on commit e4f20f5

Please sign in to comment.