mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
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:
@@ -5,6 +5,7 @@
|
||||
|
||||
.monaco-table * {
|
||||
box-sizing: border-box;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.monaco-table {
|
||||
|
||||
Reference in New Issue
Block a user