Skip to content

Commit

Permalink
css: fix overflow for description in record details
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Apr 8, 2024
1 parent 6dccaee commit ca342f1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,10 @@ code {
border-collapse: collapse;
padding: 1rem;
}

pre {
white-space: pre-wrap;
}
}
blockquote{
border-left: 4px solid @lightGray;
Expand Down

0 comments on commit ca342f1

Please sign in to comment.