Skip to content

Commit

Permalink
Merge pull request #2337 from dalpo/feature/fix-has-many-markup
Browse files Browse the repository at this point in the history
Fix css regression for has_one and has_many nested form
  • Loading branch information
mshibuya committed Jun 30, 2015
2 parents feba33a + 28e5e3e commit 852dfb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/rails_admin/base/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ body.rails_admin {

/* nested forms */
.tab-content {
clear: both;

.tab-pane {
@include clearfix;
border-left: 5px solid #049cdb;
Expand Down

0 comments on commit 852dfb5

Please sign in to comment.