mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
* Properly size comments. Fixes multiple rendering and sizing issues across different browsers. Tip: `text-overflow: hidden;` is not legal CSS and did nothing. Resolves #8142