Skip to content

Commit d115baf

Browse files
committed
remove margin-bottom from p:last-child
1 parent beee953 commit d115baf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
/**
1616
* Notices for metabox.
1717
*/
18+
.udb-notice-metabox .heatbox-content p:last-child {
19+
margin-bottom: 0;
20+
}
21+
1822
.udb-notice-metabox.is-success {
1923
border-left-width: 4px;
2024
border-left-color: #00a32a;

0 commit comments

Comments
 (0)