diff --git a/frontend/resources/vue/views/ArgumentForm.vue b/frontend/resources/vue/views/ArgumentForm.vue
index 9da632c..5da2f6d 100644
--- a/frontend/resources/vue/views/ArgumentForm.vue
+++ b/frontend/resources/vue/views/ArgumentForm.vue
@@ -4,17 +4,12 @@
Start action:
-
-
- {{ title }}
-
+
+ {{ title }}
@@ -684,18 +679,6 @@ onUnmounted(() => {
font-size: 1.5rem;
}
-.action-details-title-link {
- display: inline-flex;
- align-items: center;
- gap: 0.5rem;
- color: var(--link-color, #0066cc);
- text-decoration: underline;
-}
-
-.action-details-title-link:hover {
- color: var(--link-hover-color, #004499);
-}
-
form {
grid-template-columns: max-content auto auto;
}