I created this jsfiddle to demonstrate my problem
https://jsfiddle.net/7spz9a57/4/
The two buttons are inside a div with the class buttonholder
the buttons are simple <a>
tags with the class button.
i found out that when i add
.button {
...
float: left;
...
}
to my css the buttonholder
div isn't wrapping the <a>
tags anymore.
I really have no idea why.
I don't want to give buttonholder
a fixed sice :/