/*--------------------------------------------------------------------------------------------- * 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; }