diff --git a/frontend/src/container/ListOfDashboard/DashboardList.styles.scss b/frontend/src/container/ListOfDashboard/DashboardList.styles.scss index e16bf19aba..11dac46fde 100644 --- a/frontend/src/container/ListOfDashboard/DashboardList.styles.scss +++ b/frontend/src/container/ListOfDashboard/DashboardList.styles.scss @@ -143,7 +143,7 @@ slashed-zero; font-feature-settings: 'dlig' on, 'salt' on, 'cpsp' on, 'case' on; font-family: Inter; - font-size: 14px; + font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; /* 128.571% */ @@ -168,7 +168,7 @@ slashed-zero; font-feature-settings: 'dlig' on, 'salt' on, 'cpsp' on, 'case' on; font-family: Inter; - font-size: 14px; + font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; /* 128.571% */ @@ -192,7 +192,7 @@ slashed-zero; font-feature-settings: 'dlig' on, 'salt' on, 'cpsp' on, 'case' on; font-family: Inter; - font-size: 14px; + font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; /* 128.571% */ @@ -226,7 +226,7 @@ slashed-zero; font-feature-settings: 'dlig' on, 'salt' on, 'cpsp' on, 'case' on; font-family: Inter; - font-size: 14px; + font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; /* 128.571% */ diff --git a/frontend/src/container/ListOfDashboard/DashboardsList.tsx b/frontend/src/container/ListOfDashboard/DashboardsList.tsx index c2f2cf6505..d1b859696a 100644 --- a/frontend/src/container/ListOfDashboard/DashboardsList.tsx +++ b/frontend/src/container/ListOfDashboard/DashboardsList.tsx @@ -503,14 +503,12 @@ function DashboardsList(): JSX.Element {
- {visibleColumns.createdAt && ( -
- - {formattedDateAndTime} -
- )} +
+ + {formattedDateAndTime} +
- {dashboard.createdBy && visibleColumns.createdBy && ( + {dashboard.createdBy && (
@@ -900,7 +898,7 @@ function DashboardsList(): JSX.Element {
setVisibleColumns((prev) => ({ @@ -921,7 +919,7 @@ function DashboardsList(): JSX.Element { setVisibleColumns((prev) => ({ ...prev, diff --git a/frontend/src/container/NewWidget/LeftContainer/WidgetGraph/WidgetGraphs.tsx b/frontend/src/container/NewWidget/LeftContainer/WidgetGraph/WidgetGraphs.tsx index 0d8d4de071..9262a4a766 100644 --- a/frontend/src/container/NewWidget/LeftContainer/WidgetGraph/WidgetGraphs.tsx +++ b/frontend/src/container/NewWidget/LeftContainer/WidgetGraph/WidgetGraphs.tsx @@ -91,9 +91,9 @@ function WidgetGraph({