Skip to content

Commit

Permalink
add drawio-viewer style (box-sizing)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamato1413 committed Jan 29, 2025
1 parent 068cf4b commit cca41d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
border: 1px solid transparent;
border-radius: 4px;
}

.drawio-viewer * {
box-sizing: content-box;
}

0 comments on commit cca41d7

Please sign in to comment.