diff --git a/interface/src/project/DashboardData.tsx b/interface/src/project/DashboardData.tsx index ca8781858..7cf8771bc 100644 --- a/interface/src/project/DashboardData.tsx +++ b/interface/src/project/DashboardData.tsx @@ -166,7 +166,7 @@ const DashboardData: FC = () => { BaseRow: ` font-size: 14px; color: white; - height: 32px; + min-height: 32px; `, HeaderRow: ` text-transform: uppercase; diff --git a/interface/src/project/SettingsCustomization.tsx b/interface/src/project/SettingsCustomization.tsx index c8c020ddf..e52b48bef 100644 --- a/interface/src/project/SettingsCustomization.tsx +++ b/interface/src/project/SettingsCustomization.tsx @@ -62,7 +62,7 @@ const SettingsCustomization: FC = () => { BaseRow: ` font-size: 14px; color: white; - height: 32px; + min-height: 32px; `, HeaderRow: ` text-transform: uppercase; @@ -435,7 +435,7 @@ const SettingsCustomization: FC = () => { NAME - VALUE + VALUE