#1295 Adding support for multiline descriptions for states

This commit is contained in:
Knut Sveidqvist
2020-04-25 17:01:20 +02:00
parent e52d4ce033
commit 0aede618ec
5 changed files with 97 additions and 16 deletions

View File

@@ -90,6 +90,14 @@ g.stateGroup line {
rx: 5px;
ry: 5px;
}
.statediagram-state .divider {
stroke: $nodeBorder;
}
.statediagram-state .title-state {
rx: 5px;
ry: 5px;
}
.statediagram-cluster.statediagram-cluster .inner {
fill: white;
}