31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Issue with the buttons of the 'Configure Debug Session' panel #11

Closed marcangels closed 7 years ago

marcangels commented 7 years ago

First, thanks for your amazing work !

I've find a little issue with the buttons of the 'Configure Debug Session' panel like you can see : capture d ecran_2017-01-30_23-09-11

I fix it in changing the debug.less file like it : .input-block-item { display: flex; //flex: 1; padding: @component-padding / 2; }

ProPuke commented 7 years ago

I believe this has been fixed by a recent update. Could you let me know if this still happens for you in the most recent version (in Atom 1.13+)?

If not I'll close this issue in a few days. Cheers

marcangels commented 7 years ago

Yes it is. Tanks for your answer :smiley: