Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

fix(svelte): Reference panel width#63310

Merged
fkling merged 2 commits into
mainfrom
fkling/srch-584-fix-bottom-panel-size-when-preview-pane-is-open
Jun 18, 2024
Merged

fix(svelte): Reference panel width#63310
fkling merged 2 commits into
mainfrom
fkling/srch-584-fix-bottom-panel-size-when-preview-pane-is-open

Conversation

@fkling

@fkling fkling commented Jun 18, 2024

Copy link
Copy Markdown
Contributor

Fixes srch-584

When the reference panel preview opens, the bottom panel extends beyond its boundaries and ist partially hidden. Allowing it to shrink past it's content width fixes it.

Before Header
2024-06-18_11-22 2024-06-18_11-23

Test plan

Manual testing

When the reference panel preview opens, the bottom panel extends beyond
its boundaries and ist partially hidden. Allowing it to shrink past it's
content width fixes it.
@fkling fkling requested a review from a team June 18, 2024 09:26
@cla-bot cla-bot Bot added the cla-signed label Jun 18, 2024
Comment on lines +476 to +482
min-width: 0;
}

&.collapsed :global([data-tabs]) {
// Reset min-width otherwise very long commit messages will overflow
// the tabs.
min-width: initial;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the relevant part of the change.

@fkling fkling merged commit 978cf37 into main Jun 18, 2024
@fkling fkling deleted the fkling/srch-584-fix-bottom-panel-size-when-preview-pane-is-open branch June 18, 2024 14:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants