Skip to content

Instantly share code, notes, and snippets.

@djrobby
Last active April 5, 2020 20:47
Show Gist options
  • Save djrobby/0807d9a7da36f1e55dcd237390287440 to your computer and use it in GitHub Desktop.
Save djrobby/0807d9a7da36f1e55dcd237390287440 to your computer and use it in GitHub Desktop.
Rails API @ https://api.rubyonrails.org/ side panel is FUCKED UP! Here's a temp fix from your console!
// run this in your console
window.frames["panel"].document.querySelectorAll("ul").forEach(e => e.style.paddingLeft = "2em");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment