Skip to content
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

Adjust VariableValueSelect(ors) styles to allow shrinking #711

Closed
wants to merge 1 commit into from

Conversation

kaydelaney
Copy link
Contributor

@kaydelaney kaydelaney commented Apr 29, 2024

Fixes grafana/grafana#87051 together with grafana/grafana#87085

📦 Published PR as canary version: 4.13.1--canary.711.8884688944.0

✨ Test out this PR locally via:

npm install @grafana/scenes@4.13.1--canary.711.8884688944.0
# or 
yarn add @grafana/scenes@4.13.1--canary.711.8884688944.0

@kaydelaney kaydelaney added type/bug Something isn't working patch Increment the patch version when merged release Create a release when this pr is merged area/variables Issues related to variables system in scenes labels Apr 29, 2024
@kaydelaney kaydelaney self-assigned this Apr 29, 2024
Comment on lines +107 to +110
const getStyles = (() => ({
overflow: css({
overflow: 'hidden',
})
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason not to have this style be part of the default Select?

@ashharrison90 @joshhunt

@kaydelaney
Copy link
Contributor Author

Don't think this is needed anymore with more recent changes to grafana/grafana#87085

@kaydelaney kaydelaney closed this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/variables Issues related to variables system in scenes patch Increment the patch version when merged release Create a release when this pr is merged type/bug Something isn't working
Projects
Status: 🚀 Done
Development

Successfully merging this pull request may close these issues.

DashboardScene: Panel edit with variable with many values make panel options invisible / impossible to resize
2 participants