From: Lisa Knox Date: Thu, 27 Jul 2023 16:50:25 +0000 (-0400) Subject: 15768: checkbox css Arvados-DCO-1.1-Signed-off-by: Lisa Knox X-Git-Tag: 2.7.1~13^2~77 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/68b5966bf4a5d80d6667abab421a4309ad688a38 15768: checkbox css Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx index 7a9d95b0..effc46ab 100644 --- a/src/components/data-table/data-table.tsx +++ b/src/components/data-table/data-table.tsx @@ -64,6 +64,7 @@ type CssRules = | 'checkBoxHead' | 'checkBoxCell' | 'checkBox' + | 'firstTableCell' | 'tableCell' | 'arrow' | 'arrowButton' @@ -106,6 +107,9 @@ const styles: StyleRulesCallback = (theme: Theme) => ({ paddingRight: '24px', color: '#737373', }, + firstTableCell: { + paddingLeft: '5px', + }, tableCellWorkflows: { '&:nth-last-child(2)': { padding: '0px', @@ -293,11 +297,15 @@ export const DataTable = withStyles(styles)( - + ) : ( - + {renderHeader ? ( renderHeader() ) : countNodes(filters) > 0 ? ( @@ -346,7 +354,13 @@ export const DataTable = withStyles(styles)( {this.mapVisibleColumns((column, index) => ( {column.render(item)}