Files
azuredatastudio/src/sql/parts/dashboard/common/dashboardPage.css
Abbie Petchtes 56ca3406c4 Fix pin, unpin and close icon issues (#822)
* fix pin, unpin and close icon issues

* formatting
2018-03-02 16:01:12 -08:00

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