Closed AlexTugarev closed 5 years ago
cf. https://github.com/theia-ide/theia/issues/5995#issuecomment-523821451
modifying svg styles globally leads to issues like this in Theia:
svg
in that particular case the 100% width of any svg object is responsible for the layout issue.
it would be nice to inject styles by classes.
@spoenemann thanks for moving it to the right repo! 🙏
cf. https://github.com/theia-ide/theia/issues/5995#issuecomment-523821451
modifying
svg
styles globally leads to issues like this in Theia:in that particular case the 100% width of any
svg
object is responsible for the layout issue.it would be nice to inject styles by classes.