From c029039035b0800774141082ac7217eae151c190 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 14 Jul 2021 08:33:41 -0400 Subject: [PATCH] Remove conflicting classNames under quota-entries (#3334) - Both flex and inline modify the display rule and inline was winning Signed-off-by: Sebastian Malton --- .../components/+config-resource-quotas/add-quota-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/+config-resource-quotas/add-quota-dialog.tsx b/src/renderer/components/+config-resource-quotas/add-quota-dialog.tsx index 1227e97049..17dc3e5eae 100644 --- a/src/renderer/components/+config-resource-quotas/add-quota-dialog.tsx +++ b/src/renderer/components/+config-resource-quotas/add-quota-dialog.tsx @@ -218,7 +218,7 @@ export class AddQuotaDialog extends React.Component {
{this.quotaEntries.map(([quota, value]) => { return ( -
+
{quota}
{value}
this.quotas[quota] = ""} />