change compute node panel - remove style
[arvados.git] / src / views / compute-node-panel / compute-node-panel-root.tsx
index 7b1013b38621b410aaed6229fe01a38d5c5c33ba..2d325b514a8bb20897d3f4ca5959b4b5496af14e 100644 (file)
@@ -20,7 +20,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         overflow: 'auto'
     },
     tableRow: {
-        '& td, th': {
+        '& th': {
             whiteSpace: 'nowrap'
         }
     }