CSS: more space for AVP table headers
This is now possible as font size got reduced
This commit is contained in:
parent
a79f786546
commit
40c298ceb6
|
@ -78,7 +78,7 @@ table.avp a {
|
||||||
table.avp > tbody > tr > th {
|
table.avp > tbody > tr > th {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 11em;
|
width: 13em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue