Closed mootensai closed 5 years ago
You need to debug - the CSS is getting broken somewhere...
The problem is the CSS
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
I change it to
.checkbox-inline input[type="checkbox"] {
position: relative;
margin-top: -9px \9;
/*margin-left: -20px;*/
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi! I'm one of your admirer of your work currently i'm developing an enhanced gii that uses a lot of your extensions you might want to look here https://github.com/mootensai/yii2-enhanced-gii
When I'm trying my generator, I found this bug on rendering the checkbox, the check box is rendered not align with the other
Here's the screen shot on chrome
Here's the screenshot on firefox