Fix for 4104 : Multiple consecutive spaces in query results cells are condensed into one (#4983)

* preserving spaces in query results - all beginning, trailing and middle spaces will be shown as is

* removing the change through formatting and replacing with css change formatting was leaving special char while removing nbsp
This commit is contained in:
udeeshagautam
2019-04-11 13:45:10 -07:00
committed by GitHub
parent bcea1b66be
commit 2111c3de1a

View File

@@ -5,6 +5,7 @@
.monaco-table * {
box-sizing: border-box;
white-space: pre;
}
.monaco-table {