Ok, with the following css code, I could temporarily fix the problem. Write this code in your own template.
label
{
display : inline !important;
}
The problem is that hover over the label in the following code ...
display : none;
Is this bootstrap 3 error?
source
share