mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
fix blocks for lists
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
// Blocks
|
||||
|
||||
// Must be div.block so as not to affect syntax highlighting.
|
||||
ul.block,
|
||||
div.block {
|
||||
margin-bottom: @component-padding;
|
||||
}
|
||||
div > ul.block:last-child,
|
||||
div > div.block:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user