File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,12 @@ function RpcUrl() {
293
293
borderRadius = "round"
294
294
style = { { minWidth : 8 , minHeight : 8 } }
295
295
/>
296
- < Text size = "12px" wrap = { false } width = "full" style = { { overflow : "hidden" , textOverflow : "ellipsis" } } >
296
+ < Text
297
+ size = "12px"
298
+ wrap = { false }
299
+ width = "full"
300
+ style = { { overflow : 'hidden' , textOverflow : 'ellipsis' } }
301
+ >
297
302
{ network . rpcUrl . replace ( / h t t p s ? : \/ \/ / , '' ) }
298
303
</ Text >
299
304
</ Inline >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ function NetworkRow({
166
166
color = { data ? 'text' : 'text/tertiary' }
167
167
size = "12px"
168
168
wrap = { false }
169
- style = { { overflow : " hidden" , textOverflow : " ellipsis" } }
169
+ style = { { overflow : ' hidden' , textOverflow : ' ellipsis' } }
170
170
>
171
171
{ network . rpcUrl . replace ( / h t t p s ? : \/ \/ / , '' ) }
172
172
</ Text >
You can’t perform that action at this time.
0 commit comments