Skip to content

Commit ea6c4e9

Browse files
committed
Changes made as per the UI review.
1 parent 89c960a commit ea6c4e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ui/src/containers/ConfigScreen/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const ConfigScreen: React.FC = function () {
128128
<VenusHelp />
129129
</div>
130130
<div className="Radio-wrapper">
131-
<label data-test-id="cs-radio" className="Radio">
131+
<label data-test-id="cs-radio" className="Radio label-text">
132132
<input
133133
id="jsonObject"
134134
type="radio"
@@ -143,7 +143,7 @@ const ConfigScreen: React.FC = function () {
143143
{localeTexts.configFields.entrySaveRadioButton.jsonObject}
144144
</span>
145145
</label>
146-
<label data-test-id="cs-radio" className="Radio">
146+
<label data-test-id="cs-radio" className="Radio label-text">
147147
<input
148148
id="stringified"
149149
type="radio"

ui/src/containers/ConfigScreen/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@
3232
min-height: 1.375rem;
3333
font-family: Inter;
3434
}
35+
.label-text {
36+
margin-right: 3.125rem;
37+
}

0 commit comments

Comments
 (0)