mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add wrap for error message (#11535)
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-tree.word-wrap .monaco-tl-contents .message {
|
.message-tree.word-wrap .monaco-tl-contents .message,
|
||||||
|
.message-tree.word-wrap .monaco-tl-contents .error-message {
|
||||||
/* Wrap words but also do not trim whitespace #6275 */
|
/* Wrap words but also do not trim whitespace #6275 */
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user