Closed mimaoffice closed 5 years ago
Thanks for the feedback. The problem is not the tag itself but the col-form-legend
which was in one of the first bootstrap 4 release. This should be changed to col-form-label
.
Should be fixed by fed5735ebfb8b338b77c952a565654c1753299a0.
Thank you!!
[x] bug?
[x] question
CakePHP Version: 3.6.12
Plugin Version/Branch: dev-4.0.1-alpha
I'm using this code:
The first label is rendered using a
label
-tag and the second on using alegend
-tag and in Bootstrap's CSS the font size for the legend is bigger than the one of label.On the other side, the template for
labelLegend
is done using thelabel
-tag.In my own opinion the template for
labelLegendHorizontal
should also use thelabel
-tag, like this:Bests, Michele