File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
ui/src/containers/ConfigScreen Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 3232 min-height : 1.375rem ;
3333 font-family : Inter;
3434}
35+ .label-text {
36+ margin-right : 3.125rem ;
37+ }
You can’t perform that action at this time.
0 commit comments