scss: add comment about textcells embedded in cells

This commit is contained in:
Frédéric Péters 2019-09-25 14:09:57 +02:00
parent af83ec87e7
commit 2fe48c3200
1 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,8 @@ div.cell {
}
}
div.textcell {
/* don't include margins/borders for textcells embedded in
* other cells (via extra placeholders) */
border: 0;
margin-left: 0;
margin-right: 0;