[Koha-bugs] [Bug 10451] Firefox prints only first page of table with shrink to fit option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 14 13:13:12 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10451

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Dobrica, since this causes wasted space, would it be better to make this css
affect only firefox like this?

@-moz-document url-prefix() {
    table {
        /* tries to fix firefox 21+ shrink-to-fit */
        page-break-inside: avoid;
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list