fix(spans,logs): Adjust collapse buttons placement#108022
Merged
Conversation
a8e814e to
9cd670d
Compare
JonasBa
approved these changes
Feb 11, 2026
jaydgoss
pushed a commit
that referenced
this pull request
Feb 12, 2026
The collapse button in logs and spans were a little off Before: <img width="300" height="729" alt="Screenshot 2026-02-11 at 11 41 13" src="https://github.com/user-attachments/assets/444f61cb-6090-4575-a944-1e8ed8b0c6d4" /> After: <img width="300" height="526" alt="Screenshot 2026-02-11 at 13 33 20" src="https://github.com/user-attachments/assets/e8ce8dc6-aa7a-4a09-955e-d4dff13b0b7b" /> I also adapted the box shadow of the button: Before: <img width="182" height="135" alt="Screenshot 2026-02-11 at 13 44 15" src="https://github.com/user-attachments/assets/c76ec191-b8dd-4782-a20d-a402cc45a4a0" /> After: <img width="198" height="145" alt="Screenshot 2026-02-11 at 13 44 25" src="https://github.com/user-attachments/assets/5f70fa23-71a7-4445-afd8-55a676fd0148" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The collapse button in logs and spans were a little off
Before:
After:
I also adapted the box shadow of the button:
Before:
After: