mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
add wrap to the <pre> tag (#5002)
* add wrap to the <pre> tag * removed styles for browser support
This commit is contained in:
@@ -14,4 +14,9 @@ output-area-component .notebook-output {
|
||||
|
||||
.output-userselect.actionselect {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.output-userselect pre{
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
Reference in New Issue
Block a user