-
Notifications
You must be signed in to change notification settings - Fork 688
Add events to span detail pane #1522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
IsNameSortable="false" | ||
IsValueSortable="false" | ||
HighlightText="@_filter"> | ||
<ExtraValueContent> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a screenshot of what this looks like? I'm having trouble envisioning a property grid within a property grid value column given our information density already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -24,3 +24,19 @@ | |||
margin-bottom: 0; | |||
} | |||
|
|||
::deep fluent-accordion-item { | |||
border-color: transparent; /* A zero width border adds a horizontal scroll bar for some reason */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 that's weird.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷
Fixes #1463
Microsoft Reviewers: Open in CodeFlow