Describe the bug
When the labels displayed on the ThemedSiderV2 are too long, the label is truncated but no tooltip appears when mousing over the truncated label. Additionally, the ThemedSiderV2 width is not configurable, so it's impossible to adjust it depending on the label width.
Steps To Reproduce
The sample provided corresponds to antd example2, where the dashboard label was modified
1- Go to auth-antd-sample folder
2- yarn install
3- yarn run dev
4- log in to the app
5- see that the first label displayed on the item is being truncated and does not have any tooltip.
Expected behavior
When a label is truncated, I am expecting to see a tooltip when mousing over it. Besides that, I was expecting to be able to configure the width of the ThemedSiderV2 (as I might not want to see the label being truncated).
Packages
"@refinedev/antd": "^5.46.1",
"@refinedev/cli": "^2.16.46",
"@refinedev/core": "^4.57.9",
"@refinedev/react-router": "^1.0.1",
"@refinedev/simple-rest": "^5.0.10",
Additional Context
The sample is attached. auth-antd-sample.zip
Describe the bug
When the labels displayed on the ThemedSiderV2 are too long, the label is truncated but no tooltip appears when mousing over the truncated label. Additionally, the ThemedSiderV2 width is not configurable, so it's impossible to adjust it depending on the label width.
Steps To Reproduce
The sample provided corresponds to antd example2, where the dashboard label was modified
1- Go to auth-antd-sample folder
2- yarn install
3- yarn run dev
4- log in to the app
5- see that the first label displayed on the item is being truncated and does not have any tooltip.
Expected behavior
When a label is truncated, I am expecting to see a tooltip when mousing over it. Besides that, I was expecting to be able to configure the width of the ThemedSiderV2 (as I might not want to see the label being truncated).
Packages
"@refinedev/antd": "^5.46.1",
"@refinedev/cli": "^2.16.46",
"@refinedev/core": "^4.57.9",
"@refinedev/react-router": "^1.0.1",
"@refinedev/simple-rest": "^5.0.10",
Additional Context
The sample is attached. auth-antd-sample.zip