Changer la hauteur Primeng Progress Spinner

.p-progress-spinner{
    position: static !important
}

div > p-progressspinner{
	height:"set your value",
    width:"set your value"
}

# must contain p-progressspinner in a div
WindMillCode