eclipse-sprotty / sprotty-theia

Integration of Sprotty diagrams into Theia IDE
https://eclipse.org/sprotty
Eclipse Public License 2.0
24 stars 14 forks source link

Global `svg` style breaks status bar in Theia #39

Closed AlexTugarev closed 5 years ago

AlexTugarev commented 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:

Screen Shot 2019-08-21 at 19 45 30

in that particular case the 100% width of any svg object is responsible for the layout issue.

Screen Shot 2019-08-22 at 11 04 04

it would be nice to inject styles by classes.

AlexTugarev commented 5 years ago

@spoenemann thanks for moving it to the right repo! 🙏