You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.
We use the MiniProfiler in a flexbox heavy page, and this confuses jQuery a bit. When toggeling the show more/show less columns, they don't show correctly. When showing the columns they get the style display: block instead of display: table-cell (or just having the style removed).
This might be fixed in a newer version of jQuery, but the best practice about this is to toggle a class name instead of trying to show/hide the cells directly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use the MiniProfiler in a flexbox heavy page, and this confuses jQuery a bit. When toggeling the show more/show less columns, they don't show correctly. When showing the columns they get the style
display: block
instead ofdisplay: table-cell
(or just having the style removed).This might be fixed in a newer version of jQuery, but the best practice about this is to toggle a class name instead of trying to show/hide the cells directly.
The text was updated successfully, but these errors were encountered: