Merged in fix/SW-1182-rate-term-popover (pull request #1202)

fix(SW-1182): fix shrinking check box

* fix(SW-1182): fix shrinking check box


Approved-by: Niclas Edenvin
This commit is contained in:
Bianca Widstam
2025-01-23 07:11:46 +00:00
parent 9d83753b9f
commit cf8a8a2810

View File

@@ -88,4 +88,5 @@ input[type="radio"]:checked + .card .checkIcon {
}
.termsIcon {
padding-right: var(--Spacing-x1);
flex-shrink: 0;
}