Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
e68610c8
Unverified
Commit
e68610c8
authored
Jan 28, 2021
by
yann300
Committed by
GitHub
Jan 28, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #806 from ethereum/carD
fixed the Alignement of caret/triangle and label in array var for
parents
49b76f46
210672bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dropdown-panel.tsx
...mix-ui/debugger-ui/src/lib/vm-debugger/dropdown-panel.tsx
+2
-2
No files found.
libs/remix-ui/debugger-ui/src/lib/vm-debugger/dropdown-panel.tsx
View file @
e68610c8
...
...
@@ -35,8 +35,8 @@ export const DropdownPanel = (props: DropdownPanelProps) => {
}
const
formatSelfDefault
=
(
key
:
string
|
number
,
data
:
ExtractData
)
=>
{
return
(
<
div
className=
"d-flex m
b
-1 flex-row label_item"
>
<
label
className=
"small font-weight-bold pr-1 label_key"
>
{
key
}
:
</
label
>
<
div
className=
"d-flex m
r
-1 flex-row label_item"
>
<
label
className=
"small font-weight-bold
mb-0
pr-1 label_key"
>
{
key
}
:
</
label
>
<
label
className=
"m-0 label_value"
>
{
data
.
self
}
</
label
>
</
div
>
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment