mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Use webview service for creating webviews (#6470)
* modify to use webview service * fix wrong inject
This commit is contained in:
10
src/sql/workbench/browser/modelComponents/media/webview.css
Normal file
10
src/sql/workbench/browser/modelComponents/media/webview.css
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
modelview-webview-component {
|
||||
height: 100%;
|
||||
width : 100%;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user