firebase / firebase/firebase-tools-ui
Options menu on firestore emulator collections column are hidden where collection names are longer.
- Dominant language
- TypeScript
- Stars
- 291
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
### [REQUIRED] Environment info
**firebase-tools:** 11.21.0
**Platform:** Manjaro linux
### [REQUIRED] Test case
The filter and more options menus are hidden when the collection name hits a certain number of characters.

**Collection with shorter name display the filter and more options menu.**

### [REQUIRED] Steps to reproduce
Create a collection named `testingProductionItemRawData`. The collection column filter and more options menus are hidden and you cannot resize the collections column.
### [REQUIRED] Expected behavior
Should be able to resize the column or the firestore emulator screen should be responsive on all firestore columns and wrap the menus so they are always visible.
### [REQUIRED] Actual behavior
If a collection name is too long, the collection menu options will be inaccessible. You cannot scroll horizontally to bring them into view.
Contributor guide
Assessment
This issue has not been assessed yet.