Skip to content

Commit

Permalink
Add different style for first break (#4425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Dec 2, 2024
1 parent 3f52272 commit ec3a137
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
border: 1px dashed #bbb;
}
}
p {
br:only-child {
content: '';
display: inline-block;
}
}

@include detail-view-appearance;
}
Expand Down

0 comments on commit ec3a137

Please sign in to comment.