I have a div being covnerted from html file to pdf but it isnt listening to the min-width: property.
I have a div with style="min-width:395px; text-align:right;"
On conversion it doesnt use min-width and doesnt align the text right. if i change it to width: 395px it works correctly?
I have a div with style="min-width:395px; text-align:right;"
On conversion it doesnt use min-width and doesnt align the text right. if i change it to width: 395px it works correctly?