mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Fix for issues with generating diagrams using the cli: default style for clusters and fixes for autoscaling side effects
This commit is contained in:
@@ -15,10 +15,10 @@ color:#333
|
||||
|
||||
}
|
||||
.cluster rect{
|
||||
fill: @secondBkg;
|
||||
rx:4;
|
||||
stroke: @clusterBorder;
|
||||
stroke-width: 1px;
|
||||
fill: @secondBkg !important;
|
||||
rx:4 !important;
|
||||
stroke: @clusterBorder !important;
|
||||
stroke-width: 1px !important;
|
||||
}
|
||||
|
||||
.cluster text {
|
||||
|
Reference in New Issue
Block a user