CSS: Left align th of name-value-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 09:30:33 +01:00
parent a943240b57
commit bcdd7da4cd
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ a:hover > .icon-cancel {
color: @text-color-light;
// Reset default font-weight
font-weight: normal;
padding-left: 0;
text-align: left;
vertical-align: top;
width: 14em;