mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
* Fixed #3415 add padding-left/right 8px * We will keep CSS consistent for review and editing mode. So removed codes not used.
16 lines
550 B
CSS
16 lines
550 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;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
} |