Marker HTML Export List should word wrap
When exporting a marker list that contain long descriptions, the text from the description field can overlap over the timecodes and other fields shown.
This text should wordwrap increasing the height of the row
5
votes
-
Fabiano Airon dos Santos commented
I managed to "fix" this locally by adding this code:
pre {
white-space: normal;
word-break: normal;
}inside the <style type="text/css"> tag in html source code!
Look the before and after in attached file: