fix: Render line-breaks properly in messages (#2699)
This commit is contained in:
@@ -126,5 +126,9 @@ export default {
|
||||
margin-top: $space-normal;
|
||||
}
|
||||
}
|
||||
|
||||
p:not(:last-child) {
|
||||
margin-bottom: $space-normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user