Skip to content

Commit

Permalink
Prevent in diagram boxes from clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Aug 27, 2024
1 parent d24eb6e commit 8e5d464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pre {

.card-body {
svg {
line-height:1.1; /* Prevent text from clipping in diagram boxes */
max-width: 100%;
background: transparent !important;
}
Expand Down

0 comments on commit 8e5d464

Please sign in to comment.