Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDividers in Control Groups have incorrect margins #3919
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Environment
@blueprintjs/core ^3.22.3If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a
<ControlGroup>that contained buttons, selects, and some dividers.Actual behavior
The divider doesn't have its usual
5pxpadding. Instead,<ControlGroup>overrides with a default-1pxpadding for all controls.Expected behavior
The divider should have a
5pxpadding when inside a `.Possible solution
Labeling P3 because it's an easy 1-line fix of custom CSS for application authors. Filing quickly for tracking, but may be able to open a PR soon.