graph max width
This commit is contained in:
parent
1c54bf59c2
commit
2f464c83ca
1 changed files with 14 additions and 9 deletions
|
@ -1,15 +1,20 @@
|
||||||
.graphviz {
|
.graphviz {
|
||||||
.graph.default-coloring {
|
svg {
|
||||||
ellipse, path, polygon {
|
max-width: 100%;
|
||||||
stroke: $text-color;
|
width: 100%;
|
||||||
}
|
|
||||||
|
|
||||||
text {
|
.graph.default-coloring {
|
||||||
fill: $text-color;
|
ellipse, path, polygon {
|
||||||
}
|
stroke: $text-color;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
text {
|
||||||
font-family: $sansfont;
|
fill: $text-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: $sansfont;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue