Fixup: dt line-height in css
This commit is contained in:
parent
3f6581391c
commit
d3b0664879
2 changed files with 3 additions and 1 deletions
|
@ -159,6 +159,7 @@ dl {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
|
@ -116,7 +116,8 @@ dl {
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
font-weight: bold; }
|
font-weight: bold;
|
||||||
|
line-height: 1; }
|
||||||
dl dd {
|
dl dd {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
justify-self: start;
|
justify-self: start;
|
||||||
|
|
Loading…
Reference in a new issue