mirror of
https://github.com/google/blockly.git
synced 2026-03-13 08:40:10 +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