Ah I see, didn't even notice those issues!I'll add it back if I can fix the issue but it's a tough one, it's related to that little arrow near the name in the quote box, if I leave it it goes to another line, if I remove it it also removes links from the post.
.bbCodeQuote .attribution {
color: #fff;
background-color: #23282b;
border: none;
border-bottom: 1px dotted #373f44 !important;
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !imporant;
width: -moz-max-content;
width: -webkit-max-content;
width: max-content;
}
Must be browser difference, it breaks in firefox but above code sorts it.
.privateControls a,
.privateControls a:hover,
.publicControls a,
.publicControls a:hover {
background-color: #2e3539;
border: none;
border-radius: 3px !important;
box-shadow: 0 2px #23282b;
padding: 5px 7px;
line-height: 1.0em;
}
.privateControls a:hover,
.publicControls a:hover {
background-color: #23282b;
text-decoration: none;
}