Skip to content
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

Double border in panel when list followed by panel footer #13689

Closed
nchammer opened this issue May 27, 2014 · 0 comments · Fixed by #13736
Closed

Double border in panel when list followed by panel footer #13689

nchammer opened this issue May 27, 2014 · 0 comments · Fixed by #13736

Comments

@nchammer
Copy link

When creating a panel with a list followed by a panel-footer, there is a double border between the end of the list and the panel-footer.

Link to test case: http://jsbin.com/yabozuqu/1

A potential solution is adding CSS such as the following:
.panel .list-group + .panel-footer {
margin-top: -1px;
}

@cvrebert cvrebert added this to the v3.2.1 milestone Jun 8, 2014
@mdo mdo modified the milestones: v3.2.1, v3.2.0 Jun 8, 2014
@mdo mdo mentioned this issue Jun 8, 2014
@mdo mdo closed this as completed in #13736 Jun 8, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Doing this the right way this time. Hiding .panel-footer top border when
preceeded by a .list-group. This should resolve the "double border"
issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants