diff --git a/GPW.CORE.WRKLOG/Components/RegAtt.razor b/GPW.CORE.WRKLOG/Components/RegAtt.razor
index 0c0fa75..5acb0b1 100644
--- a/GPW.CORE.WRKLOG/Components/RegAtt.razor
+++ b/GPW.CORE.WRKLOG/Components/RegAtt.razor
@@ -73,9 +73,9 @@
}
-
@(trimLine($"{CurrData.FasiNav?.ProgettoNav?.ClienteNav?.RagSociale}",65)) - @(trimLine($"{CurrData.FasiNav?.ProgettoNav?.NomeProj}",75))
-
@(trimLine($"{CurrData.FasiNav?.DescrizioneFase}",130))
-
@(trimLine($"{CurrData.Descrizione}",250))
+
@(trimLine($"{CurrData.FasiNav?.ProgettoNav?.ClienteNav?.RagSociale}",60)) @(trimLine($"{CurrData.FasiNav?.ProgettoNav?.NomeProj}",60))
+
@(trimLine($"{CurrData.FasiNav?.DescrizioneFase}",150))
+
@(trimLine($"{CurrData.Descrizione}",200))
}
else
diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
index 0e7e39d..afd3504 100644
--- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
+++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
@@ -2,7 +2,7 @@