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

modify filter_select height #144

Open
oobd opened this issue Oct 21, 2023 · 0 comments
Open

modify filter_select height #144

oobd opened this issue Oct 21, 2023 · 0 comments

Comments

@oobd
Copy link

oobd commented Oct 21, 2023

Is there a way to reduce the height of filter_select?
Following css works for reducing the width but height doesn't seem to do anything for the height
I want to make the height shorter

<style>
.crosstalk-input-select {
  color: blue;
  width: 50%;
  height: 50%;  
}
</style>
## Crosstalk Slider CSS
library(crosstalk)
shared_mtcars <- SharedData$new(mtcars)
filter_select("auto", "Automatic", shared_mtcars, ~ifelse(am == 0, "Yes", "No"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant