chore: run lint

This commit is contained in:
Eric Liu 2025-03-09 14:05:57 -07:00
commit c4b39a25cc

View file

@ -314,10 +314,10 @@
}
:global(
.cell .bx--snippet--inline code,
.cell .bx--snippet--single pre,
.bx--snippet--inline code
) {
.cell .bx--snippet--inline code,
.cell .bx--snippet--single pre,
.bx--snippet--inline code
) {
white-space: pre-wrap !important;
}
</style>