catenglaender

Results 9 comments of catenglaender

# Screenshots Drag no nesting ![image](https://user-images.githubusercontent.com/59924129/184840852-9bda52ac-542d-42cc-92cb-7e1889c05165.png) Drag with nesting ![image](https://user-images.githubusercontent.com/59924129/184841266-1d9ebebb-1e94-4f8d-a127-57597ea27220.png)

Some changes to Bootstrap have been rolled back. Tried to switch more spacings from px to rem, but rounding functions deeply integrated in Bootstrap causes values like 0.4rem and 0.8rem...

Did some bug fixes and code clean up. Documentation and code comments have been updated. From my side I would say: Ready to merge and then we can still add,...

## Content Styles now load during editing of nesting order The reason why the vertical drag and drop question appeared unstyled is because class assOrderingQuestionGUI did not load the content...

At this point, I suspect one of the main reasons why the content styles are loaded selectively might be the print view. If we load the content styles with the...

Rebased PR on top of current release_7. Merge should be possible now.

About the hidden label: As far as I know, there are no clear guidelines or rules yet on how to handle "rendering" a variation of an UI component and therefor...

Thanks @thibsy! I definitely like the idea of reacting to container space. This way neither the context has to be detected, nor the consumer using the UI component needs to...

There is something off with the z-index of the dropdown menu as children of divs with container queries always have the z-index of the parent. I will look into that....