mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
fix: can't print in landscape (#1819)
* fix: can't print in landscape Layout settings are hidden in the print dialog when printing a page like the mealplan.Bootstrap 4 bug https://github.com/twbs/bootstrap/issues/25629 * Moved @page rule to @media print section Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
parent
a4b1a80cdc
commit
e2c1d2e226
@ -650,6 +650,10 @@ canvas.drawingBuffer {
|
||||
.calendar button.fc-agendaDay-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@page {
|
||||
size: auto
|
||||
}
|
||||
}
|
||||
|
||||
.not-allowed {
|
||||
|
Loading…
x
Reference in New Issue
Block a user