From 4408e7afdae821fd391e81c0ceb9103e4fefca5a Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Mon, 13 May 2024 16:09:42 +0300 Subject: [PATCH] minor ui change --- .../components/form-field-set/form-field-set.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field-set/form-field-set.component.scss b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field-set/form-field-set.component.scss index 035481fc8..a03bd7f0b 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field-set/form-field-set.component.scss +++ b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field-set/form-field-set.component.scss @@ -5,7 +5,7 @@ .actions { @media (min-width: 1300px) { - width: 60px; + width: 110px; } // display: flex; }