- This will delete the {secret?.name} custom variable.
-
+
+
+ This will delete the
+
+
+
+ custom variable.
+
+
+
+ If this custom variable is used in any configuration profiles or
+ scripts, they will fail. To resolve, edit the configuration profile or
+ script.
+
-
diff --git a/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/_styles.scss b/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/_styles.scss
new file mode 100644
index 0000000000..7a1616e7e0
--- /dev/null
+++ b/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/_styles.scss
@@ -0,0 +1,16 @@
+.fleet-delete-secret-modal {
+ &__message {
+ span {
+ display: inline-flex;
+ gap: 4px;
+ align-items: baseline;
+ .tooltip-truncated-text {
+ max-width: 322px; // this specific max-width facilitates the desired truncation behavior within the inline parent
+
+ .__react_component_tooltip {
+ font-weight: $regular;
+ }
+ }
+ }
+ }
+}