Files
Bridge-Multi/src-angular/app/components/browse/browse.component.scss
2023-11-27 18:53:09 -06:00

28 lines
322 B
SCSS

:host {
display: contents;
}
.two.column.grid {
display: contents;
margin: 0;
}
#table-row {
flex-grow: 1;
min-height: 0;
flex-wrap: nowrap;
box-shadow: none;
}
#table-column {
overflow-y: auto;
padding: 0;
}
#sidebar-column {
display: flex;
min-width: 175px;
overflow: hidden;
padding: 0;
}