The list of items in a project has a name-column.
This is sadly centered, which makes readability a chore.
It would be better if things would not be centered but left-aligned.
Vault Web Interface formatting error - terrible readability.
Moderator: SourceGear
Good point. We should fix this.
In the meantime, it looks like you could tweak your copy of VaultStyle.css:
In the meantime, it looks like you could tweak your copy of VaultStyle.css:
Code: Select all
.showfolder_data
{
padding: 3px 3px 3px 5px;
margin: 3px 3px 3px 5px;
border-collapse: separate;
background-color: #ebebeb;
text-align: center;
}
Eric Sink
Software Craftsman
SourceGear
Software Craftsman
SourceGear