mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:42:53 +08:00
UX: add border-box to stop padding from overflow (#17391)
This commit is contained in:
parent
2750049333
commit
4c1b8e736d
|
@ -392,6 +392,7 @@ span.highlighted {
|
|||
}
|
||||
|
||||
.post-notice {
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 1em;
|
||||
&.old {
|
||||
border-top: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user