Fix Firewall Rule dialog dropdowns (#21499)

* Fix Firewall Rule dialog dropdowns

* Fix tenant dropdown
This commit is contained in:
Charles Gagnon
2023-01-03 16:24:59 -08:00
committed by GitHub
parent 7d11b88b43
commit 29c88923f5

View File

@@ -3,7 +3,6 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* Selected account */
.selected-account-container,
.selected-tenant-container {
padding: 6px;
@@ -12,6 +11,14 @@
width: 100%;
}
.account-picker .monaco-dropdown,
.tenant-picker .monaco-dropdown {
width: 100%;
display: flex;
align-items: flex-start;
cursor: pointer;
}
.selected-account-container .codicon {
flex: 0 0 25px;
height: 25px;