-
Notifications
You must be signed in to change notification settings - Fork 187
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
Fixed code editor component height in logs layout (Management and Settings) #4253
Fixed code editor component height in logs layout (Management and Settings) #4253
Conversation
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.
nitpick: add an entry to the changelog
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.
Tested in Chrome and Firefox browsers:
Test: ✔️
CR: ✔️
|
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.
LGTM!
…tings) (#4253) * Fixed management logs layout * Added dynamic offset * Updated CHANGELOG * Fixed offset calculation depends on height screen * Used calc in overflow height in codeblock * Added calc in settings logs * changelog: replaced PR entry Co-authored-by: Antonio David Gutiérrez <[email protected]> (cherry picked from commit b7eed0b)
…tings) (#4253) * Fixed management logs layout * Added dynamic offset * Updated CHANGELOG * Fixed offset calculation depends on height screen * Used calc in overflow height in codeblock * Added calc in settings logs * changelog: replaced PR entry Co-authored-by: Antonio David Gutiérrez <[email protected]> (cherry picked from commit b7eed0b)
… (Management and Settings) (#4273) Fixed code editor component height in logs layout (Management and Settings) (#4253) * Fixed management logs layout * Added dynamic offset * Updated CHANGELOG * Fixed offset calculation depends on height screen * Used calc in overflow height in codeblock * Added calc in settings logs * changelog: replaced PR entry Co-authored-by: Antonio David Gutiérrez <[email protected]> (cherry picked from commit b7eed0b) Co-authored-by: Maximiliano Ibarra <[email protected]>
…out (Management and Settings) (#4274) Fixed code editor component height in logs layout (Management and Settings) (#4253) * Fixed management logs layout * Added dynamic offset * Updated CHANGELOG * Fixed offset calculation depends on height screen * Used calc in overflow height in codeblock * Added calc in settings logs * changelog: replaced PR entry Co-authored-by: Antonio David Gutiérrez <[email protected]> (cherry picked from commit b7eed0b) Co-authored-by: Maximiliano Ibarra <[email protected]>
Hi Team,
This PR fixes a Management > Logs layout to ensure that the "Load more logs" show correctly.
Closes #4206