So since the recent font changes, my Notepad on the sidebar has been super stretched out. I was hoping it would be just a general error/mistake and would correct itself but it has not yet.

The code simply looks like:
Profile Comments
Wishlists
Misc Healer Fragmentizer Preferences Admin Posts Keith Posts
Hustler Ikumoradeekanox Plushie Add Beanbag Add Bakery
I haven't changed my CustomCSS since the changes so it's possible something older in there might be causing it, but I'm not sure. Anyone happen to have an idea what is going on with the Notepad widget?
Headshot by
It's a site wide glitch that hasn't yet been addressed by staff. There's no way to presently fix it, per se.

Actually, it's a rather gross fix, but I've found if I take all of the spaces out with my regular code and instead put the
in where the spaces were, two if I have to to make things more evenly spaced, then it shows up how it was before. It's a cluttered mess of code this way, but it's the only way I've found to "fix" it until staff get around to correcting it. I just saved my old code on my computer so I can change it back when it is properly fixed.
Here's a small snippet of my code so I can hopefully better explain what i mean:
Like I said, it's a mess lol
Turn Ins/Events
Bonfire
The Love Doctor
Survival - Flowers
Pumpkin Patch
Candy Hearts
Shortcuts
Gardens

... That's what I have in my signature and you can see how that works.

and Ohh hmm okay. Must have missed the thread talking about it initially. Hope it gets fixes soon, the spacing makes the site hard to navigate. Thanks for the work around Zay, I'll give that a go in a bit.
And uhh for good record and . Is this something you guys are looking into?
Headshot by
Weird, it's working for me this way. I'm sorry!
Yeah I definitely hope they fix this fast, it's frustrating.

I wrote some custom CSS you can use to fix this issue until staff addresses it. Please see this thread: https://subeta.net/forums.php/read/868936
With the custom CSS, you can format things how you normally do, and it will be displayed properly. So this should make things more convenient for you.
I hope we get a staff response soon.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
It's not that I'm concerned with, it's just a linked bug.

Sorry, what do you mean?
You said "There's no way to presently fix it, per se." I was just posting that there is now a custom CSS fix for it, in case someone here would find it useful :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
At the time, there wasn't. XD
It's also affecting my sig but I don't think customCSS fixes that?

Try this line:
.forum_signature br:nth-child(even) { display: none; }
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights