-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Panel-group last panel should margin-bottom #12171
Comments
Should be ... |
Please provide a jsbin or jsfiddle demoing the bug. |
Closed
kevinawoo
added a commit
to Loopfirst/bootstrap
that referenced
this issue
Mar 28, 2014
* remotes/upstream/master: (76 commits) grunt dist Update docs per `.container-fluid` addition - Remove `.container-fluid` from "removed classes". - Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs. Don't test Linux browsers since we don't support them officially and they're failing our tests Fixes twbs#12171: Ensure panel groups have a bottom margin since we nuke it on child panels refer to correct component docs mention for twbs#12188 use height adjectives for greater clarity document twbs#11675 rm outdated `<select>` references from comments in forms.less Clarify that the focus docs styles are not in the repo, per twbs/bootstrap-sass#497 Fixes twbs#11990 and twbs#12159: Make range inputs block level and 100% wide by default grunt dist mixins.less: fix typo in comment use periods for consistency in each line Use absolute instead of relative URLs grunt dist Update paths in bower.json Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, used new variable in glyphicons.less missing a period after "Twitter, Inc" bump grunt-contrib-jade to v0.9.1 ... Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js less/variables.less test-infra/sauce_browsers.yml
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
…ce we nuke it on child panels
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
…ce we nuke it on child panels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Panel-group reduces the margin between panels. However, the last panel in a panel-group should have a regular margin. Otherwise, other elements below the group will be affected by the reduced margin
The text was updated successfully, but these errors were encountered: