mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -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 {
|
||||
border-top-width: 0px;
|
||||
user-select: initial;
|
||||
user-select: text;
|
||||
padding: 5px 20px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user