Add some margin for one-line profile values copying.

This commit is contained in:
John Preston 2022-11-21 16:52:52 +00:00
parent 473e190aeb
commit ab06574fd9

View File

@ -402,6 +402,7 @@ infoLabeledOneLine: FlatLabel(defaultFlatLabel) {
style: TextStyle(defaultTextStyle) {
lineHeight: 19px;
}
margin: margins(5px, 5px, 5px, 5px);
}
infoLabelSkip: 2px;
infoLabel: FlatLabel(infoLabeledOneLine) {