mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Improve Print & PDF rendering
Tweaked CSS for more compact format utilizing print real estate.
This commit is contained in:
parent
3e1ee64e6f
commit
c3c4e9820e
5 changed files with 712 additions and 679 deletions
2
gui/app/styles/bootstrap.scss
vendored
2
gui/app/styles/bootstrap.scss
vendored
|
@ -77,7 +77,6 @@ $link-decoration: none;
|
|||
$link-hover-color: darken($link-color, 15%) !default;
|
||||
$link-hover-decoration: none;
|
||||
|
||||
|
||||
//
|
||||
// Bootstrap includes
|
||||
//
|
||||
|
@ -102,6 +101,7 @@ $link-hover-decoration: none;
|
|||
@import "node_modules/bootstrap/scss/tables";
|
||||
@import "node_modules/bootstrap/scss/badge";
|
||||
|
||||
// Boostrap overrides
|
||||
|
||||
.modal-80 {
|
||||
max-width: 80% !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue