feat: set width of chunk text to 100%
This commit is contained in:
parent
68df54ff01
commit
27554d15ee
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
color: red;
|
||||
font-style: normal;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
caption {
|
||||
color: @blurBackground;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue