PAIR-code / lit

The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface.
https://pair-code.github.io/lit
Apache License 2.0
3.46k stars 352 forks source link

Fix disappearing display controls in Sequence Salience. #1432

Closed copybara-service[bot] closed 6 months ago

copybara-service[bot] commented 6 months ago

Fix disappearing display controls in Sequence Salience.

Left-side toolbar controls were one long non-wrapping block, so if the module was narrow enough these would clip. This splits them into two blocks, allowing them to wrap, and adds a spacer to maintain the intended positioning.