Skip to content

Commit

Permalink
Fix: remove wrong class .image_field
Browse files Browse the repository at this point in the history
I made a mistake adding the class `.image_field` which is related to a table column `image`.
  • Loading branch information
dalpo committed Jul 2, 2015
1 parent 852dfb5 commit 00e0f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/rails_admin/base/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ body.rails_admin {
display:none;
}

.control-group.image_field {
.control-group {
.img-thumbnail {
margin-bottom: 10px;
}
Expand Down

0 comments on commit 00e0f23

Please sign in to comment.