Files
azuredatastudio/src/sql/parts/dashboard/containers/dashboardGridContainer.css
2018-03-05 09:07:41 -08:00

25 lines
547 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-tab {
height: auto;
width: auto;
}
.grid-table {
border-spacing: 5px;
}
.grid-table-row {
width: auto;
clear: both;
}
.table-cell {
vertical-align: top;
padding: 7px;
}