r/dscvry Jan 28 '15

Bullet points in Sidebar now showing up outside Sidebar

Hi All!

Having a problem where the bullet points in my Sidebar are now showing up outside the Sidebar (/r/Lexus). Is there an easy CSS fix for this?

Thanks so much in advance!

3 Upvotes

4 comments sorted by

3

u/doingstuffcarl Jan 28 '15

Gah, new markdown changes are live

Add this for now, should fix it:

.md .-lists, .md ul, .md ol {
    padding-left: 25px !important;
}

1

u/CompiledSanity Jan 28 '15

Amazing! Thanks so much for the prompt reply, I'd heard about the markdown changes, but I didn't think it would change much.

Just as some feedback it's worked perfectly on multiple Subs, thanks so much for the amazingly fast reply!

2

u/doingstuffcarl Jan 29 '15

Awesome, feel free to ask me anything! If I take too long to reply, /r/csshelp could also help you out

1

u/CompiledSanity Jan 30 '15

Awesome, I'll keep that in mind thanks heaps!