mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Allow output area to be selectable again (#4714)
This commit is contained in:
@@ -8,6 +8,6 @@ output-area-component {
|
|||||||
|
|
||||||
output-area-component .notebook-output {
|
output-area-component .notebook-output {
|
||||||
border-top-width: 0px;
|
border-top-width: 0px;
|
||||||
user-select: initial;
|
user-select: text;
|
||||||
padding: 5px 20px 0px;
|
padding: 5px 20px 0px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user