diff --git a/less/TableStyles/queryBuilder.less b/less/TableStyles/queryBuilder.less index 23e9ac8c3..2d2a1224e 100644 --- a/less/TableStyles/queryBuilder.less +++ b/less/TableStyles/queryBuilder.less @@ -485,7 +485,7 @@ input::-webkit-inner-spin-button { } .entity-Add-Cancel { - // padding: @DefaultSpace @SmallSpace @SmallSpace; + padding: @DefaultSpace @SmallSpace @SmallSpace; cursor: pointer; } diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index cf354990c..2a508412d 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -9,7 +9,7 @@ import { MessageBar, Stack, Text, - TextField + TextField, } from "@fluentui/react"; import React from "react"; import * as DataModels from "../../../../../Contracts/DataModels"; @@ -38,7 +38,7 @@ import { PriceBreakdown, saveThroughputWarningMessage, titleAndInputStackProps, - transparentDetailsHeaderStyle + transparentDetailsHeaderStyle, } from "../../SettingsRenderUtils"; import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils"; import { ToolTipLabelComponent } from "../ToolTipLabelComponent"; diff --git a/src/Explorer/Tabs/QueryTablesTab.html b/src/Explorer/Tabs/QueryTablesTab.html index a234c739f..2a71c9682 100644 --- a/src/Explorer/Tabs/QueryTablesTab.html +++ b/src/Explorer/Tabs/QueryTablesTab.html @@ -70,13 +70,11 @@ - - @@ -172,26 +168,22 @@