Home › Forums › CSS › a href without text content ignores increases p height › Re: a href without text content ignores increases p height
November 14, 2012 at 11:57 am
#114315
Participant
I have a fix which is not ideal but I’ve changed
.smallbutton {
display:inline-block;
}
to
.smallbutton {
display:block;
float:left;
}