ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

Activity Diagram: There are no text breaks in the activity element #160

Closed evgeny1984 closed 3 years ago

evgeny1984 commented 3 years ago

Describe the bug

There are no text breaks in the activity element. If the text is too long, it is not possible to break it in multiple lines, so that the activity is becoming bigger.

To Reproduce

  1. Go to 'File'
  2. Click on 'New'
  3. Select Activity Diagram
  4. Move one activity element to the pane
  5. Enter long text and try to add a line break

Expected behavior

The text in the activity should have line breaks

Screenshots

image

evgeny1984 commented 3 years ago

Duplicate