I just switched to Firefox and now my bookmarks look like this

Zooming out and then back in fixes it, but only until I refresh or go to another page. Opening a page in a new tab fixes it, too, but that's also temporary. I'm just wondering if anyone knows a way to fix this.
I went and investigated a bit and if you put the following CSS below into CustomCSS then you shouldn't encounter the issue anymore
/* Forces the subeta bookmarks to maintain a min size */
.bookmark:not(.first) {
min-width: 50px;
}
I went and investigated a bit and if you put the following CSS below into CustomCSS then you shouldn't encounter the issue anymore
/* Forces the subeta bookmarks to maintain a min size */
.bookmark:not(.first) {
min-width: 50px;
}