Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .sequence-diagram { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 2 | .sequence-diagram-sequencer { |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame^] | 3 | .asdcs-diagram { |
| 4 | overflow: auto; |
| 5 | max-height: 60vh; |
| 6 | } |
| 7 | .asdcs-editor { |
| 8 | height: 60vh; |
| 9 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 10 | } |
| 11 | .sequence-diagram-action-buttons { |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame^] | 12 | margin-left: 20px; |
| 13 | margin-top: 20px; |
| 14 | button:first-of-type { |
| 15 | margin-right: 20px; |
| 16 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 17 | } |
| 18 | } |