Skip to content
Snippets Groups Projects
Commit e9e15dab authored by rhenck's avatar rhenck
Browse files

Table: Remove min-width to prevent issues with collapsing columns

parent 173483ad
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ import { Subject } from 'rxjs';
</div>
`,
styles: [`
.cell-container {display: flex; min-height: 50px; min-width: 50px;}
.cell-container {display: flex; min-height: 30px;}
.element-container {width: 100%; height: 100%; position: relative;}
.cell-container > button {align-self: flex-end; justify-self: flex-start;}
aspect-table-child-overlay {width: 100%; height: 100%;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment