Skip to content

Commit 8321dc1

Browse files
authored
va-checkbox and va-radio-option: Increasing the max-width to 68ex (#1342)
* va-checkbox and va-radio-option: Increasing the max-width to 68ex * Adjusting max-width to 480px * Improved max-width
1 parent 8d61ae4 commit 8321dc1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/web-components/src/components/va-checkbox/va-checkbox.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
:host {
1414
display: block;
15+
max-width: 480px;
1516
}
1617

1718
.usa-checkbox {
18-
max-width: 320px;
1919
background: transparent;
2020
}
2121

packages/web-components/src/components/va-radio-option/va-radio-option.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@use 'usa-radio/src/styles/usa-radio';
55

66
va-radio-option label {
7-
max-width: 320px;
7+
max-width: 480px;
88
box-sizing: border-box;
99
}
1010

packages/web-components/src/components/va-radio/va-radio.scss

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
border: none;
1919
padding: 0;
2020
margin-top: 24px;
21+
max-width: 480px;
2122
}

0 commit comments

Comments
 (0)