Kilian Tennyson
Kilian Tennyson

Reputation: 76

Printing PDFs in Google Chrome correctly

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

Answers (1)

xeraa
xeraa

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

Related Questions