mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Port notebookView code over to notebook.component.ts. Integrate loading of notebook contents into the UI
15 lines
510 B
CSS
15 lines
510 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
text-cell-component {
|
|
display: block;
|
|
}
|
|
|
|
text-cell-component .notebook-preview {
|
|
border-top-width: 1px;
|
|
border-top-style: solid;
|
|
user-select: initial;
|
|
}
|