Merge pull request #34628 from iamejaaz/checkbox-alignment-grid-height

fix: grid height and checkbox alignment issue
This commit is contained in:
Ejaaz Khan 2025-11-06 19:13:38 +05:30 committed by GitHub
commit da715c4a29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,7 @@ body {
.checkbox {
label {
display: inline-flex;
align-items: start;
align-items: center;
margin-bottom: 0;
}
--checkbox-right-margin: 8px;

View file

@ -314,7 +314,6 @@
.form-control:focus {
border-color: $text-muted;
z-index: 2;
}
.has-error .form-control {
@ -688,7 +687,7 @@
@include grid-focus();
}
.grid-static-col {
height: 38px;
height: 40px;
}
.grid-static-col.col-xs-1 {
flex: 1 0 60px;