Reputation: 76
I'm working in Kibana and when I try to print pdfs in Google Chrome some of the info is cut off. It doesn't fit the whole width of the Dashboards. If I add:
@media print {
body{
zoom:.4;
}
}
It works, but it varies depending on resolution it seems. Is there any way to consistently fix this independent of resolution.
Upvotes: 0
Views: 113
Reputation: 10859
This sounds like a bug and not something you should need to work around. Can you open an issue in the Kibana repository and provide a way to reproduce your issue, please :)
Upvotes: 1