mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
26 lines
788 B
CSS
26 lines
788 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
dashboard-page {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
dashboard-page .monaco-scrollable-element {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
dashboard-page .dashboard-panel .tab-header .action-item .action-label.unpin,
|
|
dashboard-page .dashboard-panel .tab-header .action-item .action-label.pin {
|
|
padding: 6px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
dashboard-page .dashboard-panel .tab-header .action-item .action-label.close {
|
|
padding: 5px;
|
|
}
|