graph max width
This commit is contained in:
parent
1c54bf59c2
commit
2f464c83ca
1 changed files with 14 additions and 9 deletions
|
@ -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;
|
||||||
|
@ -13,3 +17,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue