LukasHechenberger / atom-json-editor

MIT License
22 stars 8 forks source link

Properties windows is broken? #8

Open torrmercury opened 8 years ago

torrmercury commented 8 years ago

Unsure if this is happening because of a strange interaction with my own machine or if this is a known issue.

properties is broken

jerone commented 8 years ago

Same issue. Probably needs a theme update.

mzmb commented 8 years ago

Go to File > Settings > Packages > atom-json-editor Press "View Code" button Find atom-json-editor/lib/atom-json-editor.coffee atom-json-editor coffee

Replace "bootstrap2" with "bootstrap3" bootstrap3

Save changes and restart Atom

jerone commented 8 years ago

Replace "bootstrap2" with "bootstrap3"

Not perfect, but much better. Thanks!

jfether commented 7 years ago

@mzmb I have created a pull request incorporating your fix and appropriately crediting you for this. I tested it myself and the result was a marked improvement over the previous behaviour of the UI. Thank you for your research.