extent-framework / klov

Report server for ExtentReports
http://klov.herokuapp.com
38 stars 32 forks source link

Content automatically adapts to screen size #14

Closed 317174106 closed 5 years ago

317174106 commented 5 years ago

I am using 0.2.4.

My log content is very large and long, so......it seems that this display like below is not very friendly.

I need to swipe right to show all content.

Can the log content adapt to screen size automatically ?

large

anshooarora commented 5 years ago

Fixed, will be available in the next version. Also, I would recommend using the below as the code will be prettified and formatted without any additional css:

test.pass(MarkupHelper.createCodeBlock(json, CodeLanguage.JSON));

See here