mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
70ca676c24
* 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