#zotero-collections-tree-container {
height: 5.2em;
}
#zotero-collections-tree {
width: 100%;
.virtualized-table {
overflow-y: auto;
flex: 1 0;
text-overflow: ellipsis;
.cell.primary {
display: flex;
align-items: center;
:not(.cell-text) {
flex-shrink: 0
.cell-text {
flex-shrink: 1;
overflow: hidden;
margin-left: 6px;
input.cell-text {
border: 1px highlight solid;
padding: 1px 2px;
margin-right: 5px;
font-size: inherit;
.cell-icon {
min-width: 16px;
.row.editing .cell {
pointer-events: auto;