]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5cfb7b8
)
Fixed PDF export table width
author
Dan Brown
<redacted>
Sun, 30 Oct 2016 10:26:12 +0000
(10:26 +0000)
committer
Dan Brown
<redacted>
Sun, 30 Oct 2016 10:41:18 +0000
(10:41 +0000)
Closes #203
Signed-off-by: Dan Brown <redacted>
resources/views/pages/pdf.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/pages/pdf.blade.php
b/resources/views/pages/pdf.blade.php
index 0cbf4df02a32ec16f7ee99f00e4730236a034ec1..5c9fd5eea8707fad42b2ea5b982f3b78266a5f1c 100644
(file)
--- a/
resources/views/pages/pdf.blade.php
+++ b/
resources/views/pages/pdf.blade.php
@@
-14,7
+14,7
@@
table {
max-width: 800px !important;
font-size: 0.8em;
- width:
auto
!important;
+ width:
100%
!important;
}
table td {