mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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:
@@ -15,3 +15,8 @@ output-area-component .notebook-output {
|
|||||||
.output-userselect.actionselect {
|
.output-userselect.actionselect {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.output-userselect pre{
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user