-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix: Response and Request area heights and style #3619
Conversation
…ling, and enhance response display components
…e handling, and improve type safety in graph request functions
… unused response headers in history item
…ve header processing
… imports and types
…on display and improved styling
…adaptive card utilities
…e and App components
…yResponse components
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
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.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
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.
public/index.html
Outdated
@@ -66,7 +66,7 @@ | |||
margin: 0; | |||
padding: 0; | |||
border: 0; | |||
overflow: hidden; | |||
/* overflow: hidden; */ |
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.
let's delete
@@ -275,13 +275,12 @@ const RenderJSONSchema = (props: RenderCardJSONProps) => { | |||
</Link> | |||
</MessageBarBody> | |||
</MessageBar> | |||
<div> | |||
<div style={{ display: 'flex', flexDirection: 'column',height: '500px' }}> |
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.
let's use classNames for consistency
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net |
|
Overview
Fixes the issues with the request and response area overflows.
Adjusts styling to match what is on the design.
Demo
Notes
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
Testing Instructions