Fix styling of tables inside notes/boxes

pull/669/head
Thibaut Courouble 7 years ago
parent 0df3a77558
commit 6335e1ac8b

@ -157,6 +157,7 @@ th {
}
td {
background: $contentBackground;
border-bottom: 1px solid $boxBorderLight;
+ td { border-left: 1px solid $boxBorderLight; }

Loading…
Cancel
Save