Archived
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