mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 03:44:16 +01:00
Removed unnecessary textLength attribute.
This attribute makes two digit numbers look bad.
This commit is contained in:
@@ -441,7 +441,6 @@ const drawMessage = function (diagram, msgModel, lineStarty) {
|
||||
.attr('font-family', 'sans-serif')
|
||||
.attr('font-size', '12px')
|
||||
.attr('text-anchor', 'middle')
|
||||
.attr('textLength', '16px')
|
||||
.attr('class', 'sequenceNumber')
|
||||
.text(sequenceIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user