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( :global(
.cell .bx--snippet--inline code, .cell .bx--snippet--inline code,
.cell .bx--snippet--single pre, .cell .bx--snippet--single pre,
.bx--snippet--inline code .bx--snippet--inline code
) { ) {
white-space: pre-wrap !important; white-space: pre-wrap !important;
} }
</style> </style>