UX: add border-box to stop padding from overflow (#17391)

This commit is contained in:
Kris 2022-07-08 10:31:28 -04:00 committed by GitHub
parent 2750049333
commit 4c1b8e736d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,7 @@ span.highlighted {
}
.post-notice {
box-sizing: border-box;
margin-bottom: 1em;
&.old {
border-top: none;