mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 23:42:57 +08:00
Fixed PDF export table width
Closes #203 Signed-off-by: Dan Brown <ssddanbrown@googlemail.com>
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
table {
|
table {
|
||||||
max-width: 800px !important;
|
max-width: 800px !important;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
width: auto !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
|
Reference in New Issue
Block a user