Skip to content

Commit

Permalink
Merge pull request #5567 from nextcloud/backport/5310/stable28
Browse files Browse the repository at this point in the history
[stable28] Remove bottom margin for better warning blocks display
  • Loading branch information
juliusknorr authored Apr 2, 2024
2 parents ad80fe2 + 64a3d01 commit 9d21ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Callout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {

.callout__content {
margin-left: 1em;
&:deep(p) {
&:deep(p .paragraph-content) {
&:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit 9d21ec6

Please sign in to comment.