Skip to content

Commit

Permalink
Fix table overlapping with diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
quatran authored and Stefan Knorr committed Jan 7, 2022
1 parent c081f08 commit 6f0e414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rng2doc/xslt/html.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@
}

.graphviz-svg {
width: 100%;
height: 100%;
width: auto;
height: auto;
position: relative;
}

Expand Down

0 comments on commit 6f0e414

Please sign in to comment.