mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix Firewall Rule dialog dropdowns (#21499)
* Fix Firewall Rule dialog dropdowns * Fix tenant dropdown
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Selected account */
|
|
||||||
.selected-account-container,
|
.selected-account-container,
|
||||||
.selected-tenant-container {
|
.selected-tenant-container {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
@@ -12,6 +11,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account-picker .monaco-dropdown,
|
||||||
|
.tenant-picker .monaco-dropdown {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.selected-account-container .codicon {
|
.selected-account-container .codicon {
|
||||||
flex: 0 0 25px;
|
flex: 0 0 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
|||||||
Reference in New Issue
Block a user