programmatically opening links in minecraft on macos doesn't work for whatever reason. clicking on <a /> elements does, so converting some buttons over to links. frankly, they should have been links in the first place for accessibility reasons.
this also fixes a css bug that was bothering me in the extension dialog where extension card titles were wrapping.
fixes https://github.com/microsoft/pxt-minecraft/issues/2483 fixes https://github.com/microsoft/pxt-minecraft/issues/2482
programmatically opening links in minecraft on macos doesn't work for whatever reason. clicking on
<a />
elements does, so converting some buttons over to links. frankly, they should have been links in the first place for accessibility reasons.this also fixes a css bug that was bothering me in the extension dialog where extension card titles were wrapping.