21225: Add gray border to project tab bottom to distinguish tab area
[arvados.git] / services / workbench2 / src / components / multi-panel-view / multi-panel-view.tsx
index 614615199679aad36acdfaa043b0afee8cf3c530..633579f95faa276e6dce223dccf3c538bd6ddaf5 100644 (file)
@@ -67,6 +67,7 @@ const styles: StyleRulesCallback<CssRules> = theme => ({
         flexGrow: 1,
         flexShrink: 1,
         maxWidth: 'initial',
+        borderBottom: `1px solid ${theme.palette.grey[300]}`,
     },
 });