File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/views/admin/settings Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ const SettingsView: FC = () => {
306306 </ Box >
307307 </ Stack >
308308 < Stack direction = "row" spacing = { 1 } >
309- < Stack flex = { 1 } >
309+ < Stack flex = { 1 } width = "50%" >
310310 < FormLabel > { t ( 'Old Code' ) } </ FormLabel >
311311 < CodeEditor
312312 id = { SETTING_DIFF_VIEW_OLD_CODE_CY }
@@ -319,7 +319,7 @@ const SettingsView: FC = () => {
319319 }
320320 />
321321 </ Stack >
322- < Stack flex = { 1 } >
322+ < Stack flex = { 1 } width = "50%" >
323323 < FormLabel > { t ( 'New Code' ) } </ FormLabel >
324324 < CodeEditor
325325 id = { SETTING_DIFF_VIEW_NEW_CODE_CY }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
1919export const mockContext : LocalContext = {
2020 apiHost : REACT_APP_API_HOST ,
2121 permission : 'admin' ,
22- context : 'player ' ,
22+ context : 'builder ' ,
2323 itemId : '1234-1234-123456-8123-123456' ,
2424 memberId : 'mock-member-id' ,
2525} ;
You can’t perform that action at this time.
0 commit comments