mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Fixed PDF export table width
Closes #203 Signed-off-by: Dan Brown <ssddanbrown@googlemail.com>
This commit is contained in:
parent
5cfb7b8de4
commit
91fe7f0bee
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user