STYLE Update notice panel CSS to remove bottom margin on last child element
This commit is contained in:
parent
1901f23601
commit
62e0417eca
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> .innerblocks > :last-child {
|
> .innerblocks > :last-child {
|
||||||
@apply !pb-0;
|
@apply !pb-0 !mb-0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user