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 15:25:41 -07:00
committed by Chris LaFreniere
parent 29c7ccad39
commit b4dc35a4de
@@ -5,6 +5,7 @@
.monaco-table * {
box-sizing: border-box;
white-space: pre;
}
.monaco-table {