mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 18:06:39 +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…
x
Reference in New Issue
Block a user