Merge pull request #34628 from iamejaaz/checkbox-alignment-grid-height
fix: grid height and checkbox alignment issue
This commit is contained in:
commit
da715c4a29
2 changed files with 2 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ body {
|
|||
.checkbox {
|
||||
label {
|
||||
display: inline-flex;
|
||||
align-items: start;
|
||||
align-items: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
--checkbox-right-margin: 8px;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue