fx-compat: Item box: Re-add padding on value labels

This commit is contained in:
Abe Jellinek 2023-04-04 14:38:10 -04:00
parent aea1303119
commit da80ae1f89

View file

@ -64,6 +64,7 @@ item-box {
.value {
min-height: 14px;
align-self: center;
padding-inline: 2px;
}
.value:not(.multiline) {
@ -139,7 +140,7 @@ item-box {
justify-content: end;
font-weight: normal;
margin-inline-start: 5px !important;
margin-inline-end: 2px !important;
margin-inline-end: 0 !important;
}
#more-creators-label
@ -183,6 +184,11 @@ item-box {
flex-shrink: 1;
min-width: 10px;
}
& > div:first-child[fieldMode="0"] {
// Cancel out padding before comma
margin-inline-end: -2px;
}
}
.creator-type-label > label