mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add nowrap to tree label (#15260)
This commit is contained in:
@@ -40,6 +40,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.connection-dialog .monaco-list .monaco-list-row .custom-view-tree-node-item .custom-view-tree-node-item-resourceLabel .monaco-icon-name-container .monaco-highlighted-label>span {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.connection-dialog .monaco-list .monaco-list-row {
|
.connection-dialog .monaco-list .monaco-list-row {
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user