cambio logica gestione display multi parameters
This commit is contained in:
@@ -16,7 +16,7 @@ namespace MP.MONO.UI.Pages
|
||||
{
|
||||
string answ = "col-12";
|
||||
int numPar = selParams.Count;
|
||||
if (numPar > 4)
|
||||
if (numPar > 6)
|
||||
{
|
||||
answ = "col-4";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user