izi-ici: add class for horizontal margins removal from cell's content (#68854)

This commit is contained in:
Serghei Mihai 2022-09-13 16:45:59 +02:00
parent b2f68e3d97
commit 4da316c62c
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ div.title label {
top: 0.5em;
}
}
div.cell.no-horizontal-margin > div > * {
margin-left: 0;
margin-right: 0;
}
}
div#tracking-code {