fix: table max width

This commit is contained in:
2026-02-26 17:24:25 +08:00
parent af4cb15d2c
commit d171e7b094
3 changed files with 27 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
label,body
"Hello world","**Hello**, world"
"Hello foo","**Hello**, foo"
"Hello bar","**Hello**, bar"
"Hello stuff","**Hello**, stuff"
"Hello again","**Hello**, again"
1 label body
2 Hello world **Hello**, world
3 Hello foo **Hello**, foo
4 Hello bar **Hello**, bar
5 Hello stuff **Hello**, stuff
6 Hello again **Hello**, again