Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Project View, Version # size.
Permanently deleted user
Created
In the project overview, is there a way I can increase the size of the version # column? Our version #'s tend to be the .net style (ie. 8.1.12.0) and cause the column to wrap.
You can increase width of the column by altering td.buildNumber CSS style in files TeamCity/webapps/ROOT/css/overview.css and TeamCity/webapps/ROOT/css/viewType.css
For clarity, I have attached a picture.
Attachment(s):
versionWrap.JPG
Hello,
You can increase width of the column by altering td.buildNumber CSS style in files
TeamCity/webapps/ROOT/css/overview.css and
TeamCity/webapps/ROOT/css/viewType.css
Hope this helps,
KIR
I am no stylesheet expert, but...
I tried playing with these styles and cannot get any affect on the buildnumber cell; even with background-color:red;
Am I missing something?
Scott
After changing styles you'll have to invoke http://server/res/resetcache .
Sorry, I forgot to mention this.
Regards,
KIR
Worked perfectly.
Thanks.