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
Tooltip around disabled Button leads to split inside of ButtonGroup #9296
Comments
@saerdnaer Your tooltip is so long and there is no enough space on the left. It's designed for avoid that tooltip is out of the browser window. Just make tooltip shorter or leave enough space for tooltip. |
@saerdnaer I just fixed this problem in 70f3afe |
Ah, looks like I got confused by the other comment, too – sorry for the noice. |
1 task
tangjinzhou
added a commit
to tangjinzhou/ant-design
that referenced
this issue
Jul 18, 2018
Still have similar problems. |
10 tasks
zombieJ
pushed a commit
that referenced
this issue
Jul 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.2.0
Environment
Mac OS 10.12.6, Safari 10.1.2
Reproduction link
https://codepen.io/anon/pen/MQbybP?editors=0010
Steps to reproduce
Create a ButtonGroup with three buttons, add Tooltip around first one. Disable first button.
What is expected?
ButtonGroup is visually not split.
What is actually happening?
ButtonGroup gets visually split and button gets rounded on the right.
The text was updated successfully, but these errors were encountered: