feat: set width of chunk text to 100%

This commit is contained in:
billchen 2024-03-04 19:27:03 +08:00
parent 68df54ff01
commit 27554d15ee

View file

@ -13,6 +13,9 @@
color: red;
font-style: normal;
}
table {
width: 100%;
}
caption {
color: @blurBackground;