CSS :last-child:not(:only-child) not working as expected

D3lphi

New Member
Currently, I have this selector:\[code\].form .mid td p:last-child:not(:only-child) { margin-bottom: 0; }\[/code\]It's not working as intended. I want to remove the margin ONLY if there are more than one \[code\]P\[/code\] inside the \[code\]TD\[/code\]
 
Back
Top