- modal.css + modal.templ: backdrop/panel structure, Title/Body/Actions props - empty-state.css + empty_state.templ: dashed border, nil-guarded Icon/Action - table.css + table.templ: ui-table-shell wrapper, Head/Body typed props - All 6 TestModal/TestEmptyState/TestTable tests pass; full suite green
10 lines
133 B
CSS
10 lines
133 B
CSS
.ui-table-shell {
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.ui-table {
|
|
border-collapse: collapse;
|
|
min-width: 100%;
|
|
width: 100%;
|
|
}
|