fix: no border for table rows

This commit is contained in:
Tienson Qin
2025-06-22 16:17:57 +08:00
parent ff2ebe31ef
commit f33d02c8ab

View File

@@ -542,6 +542,10 @@
}
}
.ls-table .ls-block {
container-type: initial;
}
#main-content-container, #right-sidebar {
container-type: inline-size;
}