Align individual question schedules in monitoring setup
When in the monitoring setup and two questions have individual schedules, but one of the question take more vertical space than the other, the following occurs:
The RccCardComponent for the shorter question gets stretched, so that its height matches the height of the RccCardComponentn for the larger question, and the notes (the orange text at their bottoms) will end up on differents heights:
Expected behavior
All the notes / schedules are at the same level.
How to reproduce
- Open HCP variant
- Click 'Therapie Follow-Up'
- Select template 'Depression'
- Add individual schedules to the first and second questions
- Scroll a bit to see both schedules
Possible solutions
Use note
property of RccCardComponent. Move the close button into the '.note' div if note property is in use.