.admin-table-row{transition:max-height .3s ease-in-out;overflow:hidden}.admin-table-row:not(.expanded){max-height:10rem}.admin-table-row.expanded{max-height:60vh}.admin-table-cell{transition:max-height .3s ease-in-out;overflow-y:auto;overflow-x:hidden;word-break:break-word}.admin-table-cell:not(.expanded){max-height:12rem}.admin-table-cell.expanded{max-height:60vh}.admin-table-text.expanded{display:block;max-height:inherit}.resizer{position:absolute;right:0;top:10%;height:80%;width:4px;background:hsl(var(--mb-grey));cursor:col-resize;opacity:.5;transition:opacity .2s;border-radius:.375rem}.isResizing,.resizer:hover{opacity:1}.table-container{position:relative;overflow-x:auto;border-radius:.375rem;border-width:1px}.sortable-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.drag-handle{cursor:grab;display:inline-flex;align-items:center}.drag-handle:active{cursor:grabbing}