mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix long account dialog text hiding actions (#9449)
This commit is contained in:
@@ -93,13 +93,3 @@
|
|||||||
.account-view .list-row .actions-container .action-item .action-label.codicon.remove {
|
.account-view .list-row .actions-container .action-item .action-label.codicon.remove {
|
||||||
background-size: 14px !important;
|
background-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account-view .list-row .actions-container {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.account-view .monaco-list .monaco-list-row:hover .list-row .actions-container,
|
|
||||||
.account-view .monaco-list .monaco-list-row.selected .list-row .actions-container,
|
|
||||||
.account-view .monaco-list .monaco-list-row.focused .list-row .actions-container{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
.list-row.account-picker-list .label {
|
.list-row.account-picker-list .label {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-row.account-picker-list .label .contextual-display-name {
|
.list-row.account-picker-list .label .contextual-display-name {
|
||||||
|
|||||||
Reference in New Issue
Block a user