Hi O.,
Here is a current workaround, using 'skinparam maxMessageSize 150', as:
@startuml
skinparam maxMessageSize 150
<style>
arrow {
fontcolor #green
}
</style>
state a
state b
[*] --> a
a --> b : very long status transition description that I want to be wrapped but it won't despite I try to use styling for arrow and it affects the arrow label font color
b --> [*]
@enduml
Enjoy,
A wanted feature will be to uniformise all the `wrapWidth`, `maxMessageSize`, `MaximumWidth`, ...
Regards,
Th.