style: collapse borders of single list in section (#21838)

This commit is contained in:
Frédéric Péters 2018-02-14 09:40:26 +01:00
parent d0903fa1b6
commit 54140db3bf
1 changed files with 3 additions and 0 deletions

View File

@ -1065,6 +1065,9 @@ div.section {
}
}
}
> div > ul.objects-list:first-child:last-child { // single child
margin: calc(-1rem - 1px);
}
}
@import 'grid';