Last active
April 5, 2020 20:47
-
-
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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