scss: remove vertical margin on items field list (#52097)

This commit is contained in:
Emmanuel Cazenave 2021-03-16 14:22:06 +01:00
parent f892dd7e9b
commit 32f5c18189
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@ div.dataview {
div.field {
margin-bottom: 0.7em;
}
div.field-type-items .value ul {
margin-top: 0;
margin-bottom : 0;
}
span.label {
font-weight: bold;
}