Skip to content

Commit

Permalink
Merge pull request #1096 from nobusugi246/fix_css_content_too_large
Browse files Browse the repository at this point in the history
min-height of .content is too large.
  • Loading branch information
almasaeed2010 authored Jul 3, 2016
2 parents 0ab2eb7 + 13f3036 commit 16bb613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ body.hold-transition .main-header .logo {
}
/* Content */
.content {
min-height: 250px;
min-height: 20px;
padding: 15px;
margin-right: auto;
margin-left: auto;
Expand Down

0 comments on commit 16bb613

Please sign in to comment.