From 42ed776353d25218752512ece0cad06a7c55186c Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Thu, 30 Jun 2022 12:52:56 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20UI=20Improvements=200.11.1=20(#5770?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ UI Improvements 0.11.1 * Fix spacing between text and select box --- .../src/components/IngestionStepper/IngestionStepper.css | 6 +++--- .../src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx | 7 ++++++- .../src/main/resources/ui/src/utils/FeedElementUtils.tsx | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css b/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css index 92242430e45..d2c873b3036 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css +++ b/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css @@ -20,8 +20,8 @@ } .ingestion-rounder { display: block; - width: 18px; - height: 18px; + width: 20px; + height: 20px; border: 3px solid #d9ceee; background: white; border-radius: 50%; @@ -38,7 +38,7 @@ .ingestion-rounder.completed::after { content: '\2713'; display: block; - margin-top: -5px; + margin-top: -4px; font-weight: 900; color: #7147e8; } diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx index 0dc97072592..646ebd64b05 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx @@ -655,7 +655,12 @@ const TaskDetailPage = () => {
- Assignees: + + Assignees: + {editAssignee ? ( { e.preventDefault();