community

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.portable-infobox.pi-theme-VolunteerCard {
	display: grid;
    grid-template: "a" 120px
        		   "b" auto
        		   "c" 150px / auto;
}

.portable-infobox.pi-theme-VolunteerCard .pi-data-label~.pi-data-value { padding-left: 0px; } 
.pi-theme-VolunteerCard .pi-data-label {
    white-space:nowrap;
}