Fix matrix radio button styling
This commit is contained in:
parent
60c6457e85
commit
41d8e973e8
|
|
@ -125,6 +125,7 @@ $icon-size: 20px;
|
||||||
#{$base}__label-container {
|
#{$base}__label-container {
|
||||||
display: -ms-grid;
|
display: -ms-grid;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
gap: $small-spacing;
|
||||||
grid-template-columns: 20px 1fr;
|
grid-template-columns: 20px 1fr;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -137,7 +138,7 @@ $icon-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{$base}__radiobutton {
|
#{$base}__radiobutton {
|
||||||
margin-top: 1px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue