fix: list and table formatting in lesson

This commit is contained in:
Jannat Patel
2025-01-09 17:07:57 +05:30
parent 54b7f811f7
commit ecc12d783a
5 changed files with 20 additions and 5 deletions

View File

@@ -619,4 +619,8 @@ iframe {
border-top: 3px solid theme('colors.gray.700');
border-bottom: 3px solid theme('colors.gray.700');
}
.tc-table {
border-left: 1px solid #e8e8eb;
}
</style>