Commit f3a64b1 1 parent 4316d94 commit f3a64b1 Copy full SHA for f3a64b1
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 200
200
.ds-checkbox__group {
201
201
display : flex;
202
202
flex-direction : column;
203
- gap : var (--ds-spacing-5 );
203
+ gap : var (--ds-spacing-4 );
204
204
width : fit-content;
205
205
}
Original file line number Diff line number Diff line change 25
25
}
26
26
27
27
.ds-fieldset : not (: has (.ds-fieldset__description )) .ds-fieldset__legend__content {
28
- margin-bottom : var (--ds-spacing-4 );
28
+ margin-bottom : var (--ds-spacing-2 );
29
29
}
30
30
31
31
.ds-fieldset--readonly .ds-fieldset__readonly__icon {
Original file line number Diff line number Diff line change 171
171
.ds-radio-group {
172
172
display : flex;
173
173
flex-direction : column;
174
- gap : var (--ds-spacing-3 );
174
+ gap : var (--ds-spacing-4 );
175
175
width : fit-content;
176
176
}
177
177
You can’t perform that action at this time.
0 commit comments