mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix arrow alignment for connection dialogs (#10064)
This commit is contained in:
@@ -43,13 +43,3 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-input .monaco-dropdown .monaco-action-bar .action-label.codicon.dropdown-arrow {
|
|
||||||
background-position: 50%;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.connection-input .monaco-inputbox .monaco-action-bar .action-item .codicon {
|
|
||||||
width: 8px;
|
|
||||||
height: 8px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -153,3 +153,14 @@
|
|||||||
.hide-azure-tenants .azure-tenant-row {
|
.hide-azure-tenants .azure-tenant-row {
|
||||||
display: none;
|
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