Fix matrix radio button styling

This commit is contained in:
Ramon Wenger 2024-04-30 14:03:17 +02:00
parent 60c6457e85
commit 41d8e973e8
1 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ $icon-size: 20px;
#{$base}__label-container {
display: -ms-grid;
display: grid;
gap: $small-spacing;
grid-template-columns: 20px 1fr;
align-items: start;
justify-content: center;
@ -137,7 +138,7 @@ $icon-size: 20px;
}
#{$base}__radiobutton {
margin-top: 1px;
margin-top: 3px;
}
}