diff --git a/airflow/www/static/js/dag/Main.tsx b/airflow/www/static/js/dag/Main.tsx index 86955792ec531..28dffedf28c7c 100644 --- a/airflow/www/static/js/dag/Main.tsx +++ b/airflow/www/static/js/dag/Main.tsx @@ -38,7 +38,7 @@ import keyboardShortcutIdentifier from "./keyboardShortcutIdentifier"; const detailsPanelKey = "hideDetailsPanel"; const minPanelWidth = 300; -const collapsedWidth = "28px"; +const collapsedWidth = "32px"; const gridWidthKey = "grid-width"; const saveWidth = debounce( diff --git a/airflow/www/static/js/dag/details/Header.tsx b/airflow/www/static/js/dag/details/Header.tsx index d17f04618ae5c..5f0ded364c8ee 100644 --- a/airflow/www/static/js/dag/details/Header.tsx +++ b/airflow/www/static/js/dag/details/Header.tsx @@ -87,7 +87,7 @@ const Header = () => { const isMappedTaskDetails = runId && taskId && mapIndex !== undefined; return ( - /}> + /}> ti.runId === runId); return ( - + )} - + {runs.map((run: RunWithDuration, index) => ( - +
{ bg={isSelected ? "blue.100" : "inherit"} borderBottomWidth={1} borderBottomColor={isGroup && isOpen ? "gray.400" : "gray.200"} + borderRightWidth="16px" + borderRightColor={isSelected ? "blue.100" : "transparent"} role="group" _hover={!isSelected ? { bg: hoverBlue } : undefined} transition="background-color 0.2s"