ClickHouse / ClickHouse/click-ui
Make tabs names use more space
Open
- Dominant language
- TypeScript
- Stars
- 135
- Forks
- 33
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 19
Description
## Description

Tabs names are truncated too soon. The tabs still have some space that could be used to show their name.
## Possible solution
there could be two solutions for handling the close button (x) space
1. adopting the same solution chrome does (do not show the x if the space is too little)
-----
2. show the x as an absolute position on top of the label (we might need to give it a different background)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.