Lexpedite / blawx

A user-friendly web-based tool for Rules as Code.
MIT License
104 stars 9 forks source link

Deal better with "wide" explanations in test editor #453

Closed Gauntlet173 closed 1 year ago

Gauntlet173 commented 1 year ago

The tree nesting structure means that once the explanations reach a certain depth, they become unreadable. We need to come up with some way to make the minimum width of the explanation screen related to the depth of the explanations, and make it horizontally scrollable when it exceeds that width.

Gauntlet173 commented 1 year ago

This is resolved in v1.6.2-alpha, because the answers are now the full width of the content pane.