Greg Pascale

Results 5 comments of Greg Pascale

Looks like this is a pretty issue, but I just ran into it too. I'll work around by renaming my folders but it's pretty annoying to have to do that....

Oh whoops, I thought I was commenting on the main SublimeText repo. I now see that the issue I'm referring to wasn't even the main issue here but just a...

I was tearing my hair out over this one. I believe the issue has to do with the overzealous rule: `.visible.transition { display: block !important; }` This causes the modal's...

As a temporary workaround, I've stuck the following in my code, and it seems to work: ``` .dimmer.visible.transition { display: flex !important; } ```

Took a stab at this - #3156. Would love feedback.