Verified:

Spaced Game profile

Member
195

Jan 19th 2016, 1:19:30

Far right columns no bueno. No real issue, just a QOL thing.

http://i.imgur.com/tlLBT5Z.png

villainz Game profile

Member
33

Jan 19th 2016, 10:23:04

that's old bug and if i remember right gameadmins answer was to use new advisor.

Spaced Game profile

Member
195

Jan 19th 2016, 19:26:35

Noted, first set back, couldnt find a thread about it. Thanks

Zorp Game profile

Member
953

Jan 23rd 2016, 22:15:01

If you have Greasemonkey/Tampermonkey or similar, this fixes it:

if (currentPage.indexOf("advisor") > 0){
jQuery('#mainbody').css("padding-right","25px");
}

If your browser still cuts the last number on the right in half, increase to 30px.