Page 1 of 1

hazardstatement output in pdf is distorted

Posted: Thu Apr 05, 2018 12:21 pm
by dpksaini89
I am using hazardstatement tag in my doc. for warning and cautions. It is showing perfect in oxygen working screen. BUT is distorted after pdf transformation.Image

Re: hazardstatement output in pdf is distorted

Posted: Thu Apr 05, 2018 4:23 pm
by Dan
Yes, this is a bug, I will record it in our issue tracker. As a workaround add this to your customization CSS:

Code: Select all


*[class~='hazard-d/hazardstatement'] {
min-width: auto;
}

Re: hazardstatement output in pdf is distorted

Posted: Fri Apr 06, 2018 6:48 am
by dpksaini89
It worked thanks :)