Closed mrahhal closed 2 years ago
Wonderful, thanks! Seems to be working great.
I also fixed the Test solution not to have errors during indexing. Indexing still worked even if there were errors (SourceBrowser is designed to be very tolerant and supports indexing code with errors).
Before:
After:
This is an extremely straightforward fix in CSS. When you wanna go flex, you usually want to go flex all the way, but in the bg PR I wanted to change the least amount of CSS I could. In any case, this should work as expected now.
As you can see this also fixes a problem in the header caused by #201 too (at the time didn't realize the same styles were being applied to the header too).
Do note though that I wasn't able to test this one locally because of problems generating the test solution (since it uses .net 4.5 and apparently I don't have the dev pack for it), so you might want to do a quick run to make sure it works fine.
Resolves #209