mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
25 lines
547 B
CSS
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;
|
|
}
|