mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Fix arrow alignment for connection dialogs (#10064)
This commit is contained in:
@@ -153,3 +153,14 @@
|
||||
.hide-azure-tenants .azure-tenant-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.connection-input .monaco-dropdown .monaco-action-bar .action-label.codicon.dropdown-arrow {
|
||||
background-position: 50%;
|
||||
background-size: cover;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.connection-input .monaco-inputbox .monaco-action-bar .action-item .codicon {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user