fix styling issue with popup comment box and last paragraphs [ci skip]
This commit is contained in:
parent
cb9420bfd6
commit
b6c4cab669
1 changed files with 4 additions and 0 deletions
|
|
@ -598,6 +598,10 @@ body.idle {
|
|||
|
||||
border-bottom: 1px solid #333;
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
box-shadow: none;
|
||||
border-bottom: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue