graph max width

This commit is contained in:
Michael Zhang 2020-02-12 01:40:16 -06:00
parent 1c54bf59c2
commit 2f464c83ca
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,4 +1,8 @@
.graphviz { .graphviz {
svg {
max-width: 100%;
width: 100%;
.graph.default-coloring { .graph.default-coloring {
ellipse, path, polygon { ellipse, path, polygon {
stroke: $text-color; stroke: $text-color;
@ -12,4 +16,5 @@
font-family: $sansfont; font-family: $sansfont;
} }
} }
}
} }