Triply-Dev / YASGUI.YASR-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
26 stars 22 forks source link

Formatting gone after update to 2.2.4 #23

Closed jneubert closed 9 years ago

jneubert commented 9 years ago

After updating from YASR 2.2.2 example page to 2.2.4 same example page, it looks like the formatting isn't applied any more (no spacing between columns, no formatting of buttons etc. Firebug shows me as yasr/2.2.4/yasr.min.css only

.yasr {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    margin-top: 5px;
}

My Firefox version is 33.1.1

LaurensRietveld commented 9 years ago

Hi Joachim. As usual, thanks for letting me know ;) This was an issue with the minified version (the regular worked as usual). The next version contains this fix (I'm making some more changes to the current version, so it'll probably be available this evening or tomorrow) gr Laurens