[TELE-1393] add margin bottom to last item's description in a formsofcategorycell

This commit is contained in:
Daniel Muyshond 2022-07-30 16:41:50 +02:00
parent 97f7897023
commit 9f67156f8f
1 changed files with 4 additions and 0 deletions

View File

@ -254,6 +254,10 @@ div#content div.wcsformsofcategorycell.has-asset-picture {
}
}
.wcs-forms-of-category-cell > div > div > ul > li:last-child > div.description {
margin-bottom: 16px;
}
/*
Links
*/