Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS a href without text content ignores increases p height Re: a href without text content ignores increases p height

#114315
onebitrocket
Participant

I have a fix which is not ideal but I’ve changed
.smallbutton {
display:inline-block;
}
to
.smallbutton {
display:block;
float:left;
}