centering of num item values in char sheet

Changes:
- number values of items in the items overview of a char sheet
  are now horizontally centered
- description content is now vertically correctly aligned
This commit is contained in:
Gesina Schwalbe 2020-12-29 22:01:40 +01:00
parent 3184de0e7a
commit 4f5e6a5ebc
2 changed files with 46 additions and 32 deletions

View file

@ -33,6 +33,10 @@
text-align: right;
}
.item-num-val {
text-align: center;
}
.item-description {
font-size: 75%;
white-space: nowrap;
@ -42,6 +46,11 @@
text-overflow: ellipsis;
overflow: hidden;
}
p:first-child {
margin-top: 0px;
padding-top: 0px;
}
}
}