preserve preceding whitespaces #3993
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
PR sent
v4.1.0
This is essentially the same as #778, but for Kibana 4. I tested adding the
white-space: pre-wrap;
css to the table cells, and found that it increases the spacing above and below the line, and I'm not sure how to get rid of the newlinesBefore:
After:
The red line indicates the area where preceding spaces show up as desired. The yellow shows the unintended side-effect of my attempt to fix it.
The text was updated successfully, but these errors were encountered: