Change the size of the filters on a dashboard

Is there a way to change the size of the filters on a dashboard?

One of our filters is used to look up specific user information but its width is so limited that you can barely fit very short email addresses in there (which makes it harder to spot typos).

image

Thanks in advance!

Hi @ChristophD
It would automatically expand the filter to the value. So either a bit of information is missing or you're not using latest release. Post "Diagnostic Info" from Admin > Troubleshooting.

We're using 0.41.4 but the change log for the two newer versions didn't seem to indicate any fixes related to this topic:

{
"browser-info": {
"language": "de-DE",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.13+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.13",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.13+8",
"os.name": "Linux",
"os.version": "5.4.0-1018-aws",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mysql",
"h2",
"googleanalytics"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.7"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.23"
}
},
"run-mode": "prod",
"version": {
"date": "2021-12-10",
"tag": "v0.41.4",
"branch": "release-x.41.4",
"hash": "471cfb9"
},
"settings": {
"report-timezone": null
}
}
}

Maybe one extra piece of information: We have about 6 filters next to each other on that dashboard. Could that be a factor in the behaviour we're seeing?

@ChristophD This is what I'm seeing. It's three different types of filters - search, dropdown and plain text

Thanks for the screenshot, it's definitely not doing that for me. I'll update and then report back.